/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/ |
H A D | BaseMemAllocation.c | 29 void *realloc (void *ptr, size_t size) function
|
H A D | RuntimeMemAllocation.c | 392 void *realloc (void *ptr, size_t size) function
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | dhcpopts.h | 28 int ( * realloc ) ( struct dhcp_options *options, size_t len ); member in struct:dhcp_options 38 int ( * realloc ) ( struct dhcp_options *options,
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prwin16.h | 110 void * (PR_CALLBACK *realloc)( void* old_blk, size_t size ); member in struct:PRMethodCallbackStr
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/ |
H A D | MyAlloc.c | 30 #undef realloc macro
|
H A D | MyAlloc.h | 47 #define realloc(ptr, size) MyRealloc ((ptr), (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 42 region. Since this is required for the implementation of realloc, 46 NOTE: If the UEFI implementation is changed, the realloc function may cease 130 does not match a pointer earlier returned by the calloc, malloc, or realloc 132 realloc, the behavior is undefined. 143 /** The realloc function changes the size of the object pointed to by Ptr to 150 If Ptr is a null pointer, the realloc function behaves like the malloc 154 realloc function, or if the space has been deallocated by a call to the free 155 or realloc functio 186 realloc(void *Ptr, size_t NewSize) function [all...] |
/vbox/src/VBox/ExtPacks/VBoxDTrace/include/ |
H A D | VBoxDTraceLibCWrappers.h | 75 #undef realloc macro 76 #define realloc(a_pvOld, a_cbNew) RTMemRealloc(a_pvOld, a_cbNew) macro
|
/vbox/include/iprt/cpp/ |
H A D | mem.h | 134 * This is standard realloc() like stuff, so it's 257 bool realloc(size_t a_cElements = 1) function in class:RTCMemAutoPtr
|
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/ |
H A D | mac_memory.cpp | 130 void* realloc(void * ptr, size_t size) function in namespace:std
|
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/ |
H A D | rbtree.h | 60 void *(*realloc)(void *ptr, size_t size); member in struct:wine_rb_functions 96 struct wine_rb_entry ***new_entries = tree->functions->realloc(stack->entries,
|
/vbox/src/VBox/Devices/Network/ |
H A D | lwipopts.h | 171 #define realloc(x,y) RTMemRealloc((x), (y)) macro
|
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | malloc.c | 71 * @c malloc(0) or @c realloc(ptr,0) will return the special value @c 401 * Calling realloc() with a new size of zero is a valid way to free a 404 void * realloc ( void *old_ptr, size_t new_size ) { function 460 return realloc ( NULL, size ); 474 realloc ( ptr, 0 );
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | rbtree.h | 54 void *(*realloc)(void *ptr, size_t size); member in struct:wine_rb_functions 90 struct wine_rb_entry ***new_entries = tree->functions->realloc(stack->entries,
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/ |
H A D | rbtree.h | 60 void *(*realloc)(void *ptr, size_t size); member in struct:wine_rb_functions 96 struct wine_rb_entry ***new_entries = tree->functions->realloc(stack->entries,
|
/vbox/src/VBox/NetworkServices/NAT/ |
H A D | lwipopts.h | 193 #define realloc(x,y) RTMemRealloc((x), (y)) macro
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/ |
H A D | rbtree.h | 54 void *(*realloc)(void *ptr, size_t size); member in struct:wine_rb_functions 90 struct wine_rb_entry ***new_entries = tree->functions->realloc(stack->entries,
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | rbtree.h | 54 void *(*realloc)(void *ptr, size_t size); member in struct:wine_rb_functions 90 struct wine_rb_entry ***new_entries = tree->functions->realloc(stack->entries,
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/ |
H A D | rbtree.h | 60 void *(*realloc)(void *ptr, size_t size); member in struct:wine_rb_functions 96 struct wine_rb_entry ***new_entries = tree->functions->realloc(stack->entries,
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/ |
H A D | prmem.c | 39 ** Thread safe versions of malloc, free, realloc, calloc and cfree. 368 oldptr = realloc(oldptr, bytes); 497 return use_zone_allocator ? pr_ZoneRealloc(ptr, size) : realloc(ptr, size); 558 return realloc(ptr, size); 730 void *realloc(void *ptr, size_t size) function
|
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | slirp.h | 64 #undef realloc macro 65 #define realloc dont_use_realloc macro
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 112 #define realloc(x,y) RTMemRealloc((x), (y)) macro
|
/vbox/src/VBox/Additions/x11/x11include/glproto-1.4.10/GL/internal/ |
H A D | glcore.h | 373 void *(*realloc)(void *oldAddr, size_t newSize); member in struct:__GLdrawablePrivateRec 429 void *(*realloc)(__GLcontext *gc, void *oldAddr, size_t newSize); member in struct:__GLimportsRec
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/ |
H A D | xf86_libc.h | 317 #undef realloc macro 318 #define realloc(vp,I) xf86realloc(vp,I) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86_libc.h | 357 #undef realloc macro 358 #define realloc(vp,I) xf86realloc(vp,I) macro
|