aslallocate.c (29f37e9bcc67d5d94c9d6bbbcf2717e16bf25c4e) | aslallocate.c (cfd1ed46817c680fa7822bc523b054ff644055dc) |
---|---|
1/****************************************************************************** 2 * 3 * Module Name: aslallocate -- Local memory allocation 4 * 5 *****************************************************************************/ 6 7/****************************************************************************** 8 * --- 139 unchanged lines hidden (view full) --- 148 * Software Foundation. 149 * 150 *****************************************************************************/ 151 152#include <contrib/dev/acpica/compiler/aslcompiler.h> 153 154/* 155 * Local heap allocation wrappers. See aslcache.c for allocation from local | 1/****************************************************************************** 2 * 3 * Module Name: aslallocate -- Local memory allocation 4 * 5 *****************************************************************************/ 6 7/****************************************************************************** 8 * --- 139 unchanged lines hidden (view full) --- 148 * Software Foundation. 149 * 150 *****************************************************************************/ 151 152#include <contrib/dev/acpica/compiler/aslcompiler.h> 153 154/* 155 * Local heap allocation wrappers. See aslcache.c for allocation from local |
156 * cache alloctions | 156 * cache allocations |
157 */ 158 159 160/******************************************************************************* 161 * 162 * FUNCTION: UtLocalCalloc 163 * 164 * PARAMETERS: Size - Bytes to be allocated --- 139 unchanged lines hidden --- | 157 */ 158 159 160/******************************************************************************* 161 * 162 * FUNCTION: UtLocalCalloc 163 * 164 * PARAMETERS: Size - Bytes to be allocated --- 139 unchanged lines hidden --- |