mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2026-01-11 17:39:37 +00:00
The cast to (void**) is needed for the last parameter of the AllocatePool call in malloc(). This is because type CPOOL_HEAD** is not automatically promoted to void**, as required by AllocatePool(). This was originally addressed in SVN revision 15474 but removed again in 15664. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Daryl McDaniel <daryl.mcdaniel@intel.com> Reviewed by: Stefan Kaeser <stefankaeser@hotmail.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15677 6f19259b-4bc3-4df7-8a09-765794883524 |
||
|---|---|---|
| .. | ||
| Bsearch.c | ||
| Environs.c | ||
| Malloc.c | ||
| NumericInt.c | ||
| Qsort.c | ||
| Rand.c | ||
| realpath.c | ||
| setprogname.c | ||
| StdLib.inf | ||
| strtoimax.c | ||
| strtoumax.c | ||
| Xabs.c | ||
| Xdiv.c | ||