Searched defs:realloc (Results 1 - 25 of 29) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DBaseMemAllocation.c29 void *realloc (void *ptr, size_t size) function
H A DRuntimeMemAllocation.c392 void *realloc (void *ptr, size_t size) function
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Ddhcpopts.h28 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 Dprwin16.h110 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 DMyAlloc.c30 #undef realloc macro
H A DMyAlloc.h47 #define realloc(ptr, size) MyRealloc ((ptr), (size), __FILE__, __LINE__) macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DMalloc.c2 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 DVBoxDTraceLibCWrappers.h75 #undef realloc macro
76 #define realloc(a_pvOld, a_cbNew) RTMemRealloc(a_pvOld, a_cbNew) macro
/vbox/include/iprt/cpp/
H A Dmem.h134 * 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 Dmac_memory.cpp130 void* realloc(void * ptr, size_t size) function in namespace:std
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Drbtree.h60 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 Dlwipopts.h171 #define realloc(x,y) RTMemRealloc((x), (y)) macro
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dmalloc.c71 * @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 Drbtree.h54 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 Drbtree.h60 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 Dlwipopts.h193 #define realloc(x,y) RTMemRealloc((x), (y)) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Drbtree.h54 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 Drbtree.h54 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 Drbtree.h60 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 Dprmem.c39 ** 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 Dslirp.h64 #undef realloc macro
65 #define realloc dont_use_realloc macro
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h112 #define realloc(x,y) RTMemRealloc((x), (y)) macro
/vbox/src/VBox/Additions/x11/x11include/glproto-1.4.10/GL/internal/
H A Dglcore.h373 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 Dxf86_libc.h317 #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 Dxf86_libc.h357 #undef realloc macro
358 #define realloc(vp,I) xf86realloc(vp,I) macro

Completed in 87 milliseconds

12