/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/ |
H A D | BaseMemAllocation.c | 23 void *malloc (size_t size) function
|
H A D | RuntimeMemAllocation.c | 386 void *malloc (size_t size) function
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prwin16.h | 108 void * (PR_CALLBACK *malloc)( size_t size ); member in struct:PRMethodCallbackStr
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/ |
H A D | MyAlloc.c | 28 #undef malloc macro
|
H A D | MyAlloc.h | 45 #define malloc(size) MyAlloc ((size), __FILE__, __LINE__) macro
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/ |
H A D | Malloc.c | 2 Definitions for memory allocation routines: calloc, malloc, realloc, free. 5 calloc, malloc, and realloc functions is unspecified. The pointer returned 60 /** The malloc function allocates space for an object whose size is specified 77 malloc(size_t Size) function 119 RetVal = malloc(NumSize); 130 does not match a pointer earlier returned by the calloc, malloc, or realloc 150 If Ptr is a null pointer, the realloc function behaves like the malloc 153 If Ptr does not match a pointer earlier returned by the calloc, malloc, or 170 - NULL > 0 Same as malloc(NewSize) 172 - valid NewSize >= OldSize Returns malloc(NewSiz [all...] |
/vbox/src/VBox/ExtPacks/VBoxDTrace/include/ |
H A D | VBoxDTraceLibCWrappers.h | 71 #undef malloc macro 72 #define malloc(a_cb) RTMemAlloc(a_cb) macro
|
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/ |
H A D | mac_memory.cpp | 95 void* malloc(size_t size) function in namespace:std 123 void* ptr = malloc(size); 135 newptr = malloc(size);
|
/vbox/src/VBox/Devices/Network/ |
H A D | lwipopts.h | 5 #include <iprt/alloca.h> /* This may include malloc.h (msc), which is something that has 16 /** Make lwIP use the libc malloc, or more precisely (see below) the IPRT 59 set to 1 this is just system malloc), not memp_malloc. */ 170 #define malloc(x) RTMemAlloc(x) macro
|
/vbox/src/VBox/Devices/Network/slirp/libalias/ |
H A D | alias_mod.h | 42 #define malloc(x) malloc(x, M_ALIAS, M_NOWAIT|M_ZERO) macro 43 #define calloc(x, n) malloc(x*n)
|
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | malloc.c | 29 #include <ipxe/malloc.h> 71 * @c malloc(0) or @c realloc(ptr,0) will return the special value @c 80 * Code outside of malloc.c do not ever need to refer to the actual 387 * @v old_ptr Memory previously allocated by malloc(), or NULL 459 void * malloc ( size_t size ) { function 466 * @v ptr Memory allocated by malloc(), or NULL 483 * Allocate memory as per malloc(), and zero it. 491 data = malloc ( size );
|
/vbox/src/VBox/NetworkServices/NAT/ |
H A D | lwipopts.h | 22 #include <iprt/alloca.h> /* This may include malloc.h (msc), which is something that has 33 /** Make lwIP use the libc malloc, or more precisely (see below) the IPRT 79 set to 1 this is just system malloc), not memp_malloc. */ 192 #define malloc(x) RTMemAlloc(x) macro
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/ |
H A D | prmem.c | 39 ** Thread safe versions of malloc, free, realloc, calloc and cfree. 70 PRUint32 misses; /* had to call malloc */ 290 mb = (MemBlockHdr *)malloc(blockSize + 2 * (sizeof *mb)); 314 mb = (MemBlockHdr *)malloc(blockSize + 2 * (sizeof *mb)); 358 /* Maybe this just came from ordinary malloc */ 361 "Warning: reallocing memory block %p from ordinary malloc\n", 425 /* maybe this came from ordinary malloc */ 428 "Warning: freeing memory block %p from ordinary malloc\n", ptr); 474 return use_zone_allocator ? pr_ZoneMalloc(size) : malloc(size); 531 return malloc(siz 698 void *malloc(size_t size) function [all...] |
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | slirp.h | 60 #undef malloc macro 61 #define malloc dont_use_malloc macro 414 # undef malloc macro 417 # define malloc(x) RTMemAlloc((x)) macro
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 5 #include <iprt/alloca.h> /* This may include malloc.h (msc), which is something that has 15 /** Make lwIP use the libc malloc, or more precisely (see below) the IPRT 111 #define malloc(x) RTMemAlloc(x) macro
|
/vbox/src/VBox/Additions/x11/x11include/glproto-1.4.10/GL/internal/ |
H A D | glcore.h | 371 void *(*malloc)(size_t size); member in struct:__GLdrawablePrivateRec 427 void * (*malloc)(__GLcontext *gc, size_t size); member in struct:__GLimportsRec
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/ |
H A D | xf86_libc.h | 299 #undef malloc macro 300 #define malloc(I) xf86malloc(I) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86_libc.h | 337 #undef malloc macro 338 #define malloc(I) xf86malloc(I) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xf86_libc.h | 337 #undef malloc macro 338 #define malloc(I) xf86malloc(I) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86_libc.h | 343 #undef malloc macro 344 #define malloc(I) xf86malloc(I) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86_libc.h | 343 #undef malloc macro 344 #define malloc(I) xf86malloc(I) macro
|