Searched refs:realloc (Results 1 - 25 of 123) sorted by relevance

12345

/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/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DBaseMemAllocation.c29 void *realloc (void *ptr, size_t size) function
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsIMemory.idl65 * realloc() has failed.
97 [noscript, notxpcom] voidPtr realloc(in voidPtr ptr,
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dmem.h51 #define mem_realloc(x, size) realloc(x,size)
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dstdlib.h62 extern void * realloc ( void *old_ptr, size_t new_size );
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/common/
H A DtmVector.cpp153 mElements = (void**) realloc(mElements, (newcap * sizeof(void*)));
172 mElements = (void**) realloc(mElements, newcap * sizeof(void*));
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Ddhcpopts.c218 if ( ( rc = options->realloc ( options, new_used_len ) ) != 0 ){
252 if ( ( rc = options->realloc ( options, new_used_len ) ) != 0 ){
443 * @v realloc DHCP option block reallocator
449 int ( * realloc ) ( struct dhcp_options *options,
455 options->realloc = realloc;
/vbox/src/VBox/Runtime/testcase/
H A DtstMemAutoPtr.cpp208 CHECK_EXPR(FreeIt3.realloc(128));
210 CHECK_EXPR(FreeIt3.realloc(256));
212 CHECK_EXPR(FreeIt3.realloc(64));
214 CHECK_EXPR(FreeIt3.realloc(32));
223 CHECK_EXPR(FreeIt4.realloc(543));
/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/src/libs/libxml2-2.6.31/doc/tutorial/
H A Dincludeconvert.c37 out = realloc(out,out_size+1);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DMyAlloc.h47 #define realloc(ptr, size) MyRealloc ((ptr), (size), __FILE__, __LINE__) macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvasprintf.c67 _base = realloc(f._bf._base, (size_t)(ret + 1));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dmalloc.h79 void* __cdecl realloc(void*,size_t);
/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 Dbitmap.c48 new_blocks = realloc ( bitmap->blocks, new_size );
H A Dlinebuf.c94 new_data = realloc ( linebuf->data, ( new_len + 1 ) );
H A Dxferbuf.c71 new_data = realloc ( xferbuf->data, len );
/vbox/src/VBox/NetworkServices/NAT/
H A Dlwipopts.h193 #define realloc(x,y) RTMemRealloc((x), (y)) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dmalloc.h79 void* __cdecl realloc(void*,size_t);
/vbox/src/libs/xpcom18a4/ipc/ipcd/util/src/
H A DipcMessageWriter.cpp121 mBuf = (PRUint8*)realloc(mBuf, mCapacity);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16stdio.c132 ** _PL_W16CallBackRealloc() -- Wrapper for realloc()
139 return( realloc( old_blk, size ));
/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/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DConfigint.h93 #define xf86confrealloc realloc
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DConfigint.h93 #define xf86confrealloc realloc
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A DConfigint.h96 #define xf86confrealloc realloc

Completed in 96 milliseconds

12345