mirror of https://github.com/acidanthera/audk.git
7292c69b2a
StdLib/LibC/StdLib/Malloc.c Create a private data structure, CPOOL_HEAD, which contains housekeeping information for StdLib’s memory allocation functions. An instance of this structure is prepended to every chunk of allocated memory. The structure links the allocation into a doubly-linked list and keeps track of the size of each allocation unit. This information is then available for use by the realloc function. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Daryl McDaniel <daryl.mcdaniel@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com> Reviewed-by: Rosenbaum, Lee G <lee.g.rosenbaum@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15319 6f19259b-4bc3-4df7-8a09-765794883524 |
||
---|---|---|
.. | ||
CRT | ||
Containers | ||
Ctype | ||
Locale | ||
Main | ||
Math | ||
NetUtil | ||
Signal | ||
StdLib | ||
Stdio | ||
String | ||
Time | ||
Uefi | ||
Wchar | ||
gdtoa | ||
LibC.inf |