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

123

/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Drealloc.c23 #undef realloc macro
/macosx-10.10.1/gpatch-3/patch/
H A Drealloc.c23 #undef realloc macro
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Drealloc.c35 #undef realloc macro
/macosx-10.10.1/procmail-14/procmail/src/
H A Dshell.h7 #define realloc(p,n) trealloc(p,(size_t)(n)) macro
/macosx-10.10.1/Libc-1044.1.2/regex/TRE/lib/
H A Dxmalloc.h56 #undef realloc macro
61 #define realloc USE_XREALLOC_INSTEAD_OF_REALLOC macro
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_memory.h111 #undef realloc macro
112 #define realloc(ptr,size) Curl_crealloc(ptr, size) macro
H A Dmemdebug.h89 #define realloc(ptr,size) curl_dorealloc(ptr, size, __LINE__, __FILE__) macro
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/expat/xmltok/
H A Dxmldef.h42 #define realloc(x, y) HeapReAlloc(GetProcessHeap(), 0, x, y) macro
58 #define realloc(x, y) PR_Realloc((x), (y)) macro
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_plugin/
H A DDLsession.cpp56 void *DLPluginSession::realloc(void *addr, size_t size) throw(std::bad_alloc) function in class:DLPluginSession
H A Dpluginsession.cpp71 void *PluginSession::realloc(void *oldAddr, size_t size) throw(std::bad_alloc) function in class:PluginSession
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmalloc.cpp48 void *CssmMemoryFunctionsAllocator::realloc(void *addr, size_t size) throw(std::bad_alloc) function in class:Security::CssmMemoryFunctionsAllocator
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dtrackingallocator.cpp59 void *TrackingAllocator::realloc(void *inAddress, size_t inNewSize) throw(std::bad_alloc) function in class:TrackingAllocator
H A Dalloc.cpp105 void *DefaultAllocator::realloc(void *addr, size_t newSize) throw(std::bad_alloc) function in class:DefaultAllocator
118 void *SensitiveAllocator::realloc(void *addr, size_t newSize) throw(std::bad_alloc) function in class:SensitiveAllocator
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_x509_tp/lib/
H A DAppleTPSession.h51 void *realloc(void *oldp, size_t size) { function in class:AppleTPSession
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_plugin/lib/
H A DDLsession.cpp56 void *DLPluginSession::realloc(void *addr, size_t size) throw(std::bad_alloc) function in class:DLPluginSession
H A Dpluginsession.cpp71 void *PluginSession::realloc(void *oldAddr, size_t size) throw(std::bad_alloc) function in class:PluginSession
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmalloc.cpp48 void *CssmMemoryFunctionsAllocator::realloc(void *addr, size_t size) throw(std::bad_alloc) function in class:Security::CssmMemoryFunctionsAllocator
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dtrackingallocator.cpp59 void *TrackingAllocator::realloc(void *inAddress, size_t inNewSize) throw(std::bad_alloc) function in class:TrackingAllocator
H A Dalloc.cpp105 void *DefaultAllocator::realloc(void *addr, size_t newSize) throw(std::bad_alloc) function in class:DefaultAllocator
118 void *SensitiveAllocator::realloc(void *addr, size_t newSize) throw(std::bad_alloc) function in class:SensitiveAllocator
/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A Dbmalloc.h46 inline void* realloc(void* object, size_t newSize) function in namespace:bmalloc::api
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dgcmalloc.h70 realloc(void *ptr, size_t size) function
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DMallocPtr.h97 void realloc(size_t newSize) function in class:WTF::MallocPtr
/macosx-10.10.1/expat-12/expat/amiga/
H A Dstdlib.c43 void * realloc (void * mem, size_t len2) function
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/
H A D_libc_funcptr.c49 realloc(void *ptr, size_t size) function
H A D_libkernel_init.h54 void* (*realloc)(void*, size_t); member in struct:_libkernel_functions

Completed in 172 milliseconds

123