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

123

/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Drealloc.c23 #undef realloc macro
/macosx-10.9.5/gpatch-3/patch/
H A Drealloc.c23 #undef realloc macro
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Drealloc.c35 #undef realloc macro
/macosx-10.9.5/procmail-14/procmail/src/
H A Dshell.h7 #define realloc(p,n) trealloc(p,(size_t)(n)) macro
/macosx-10.9.5/Libc-997.90.3/regex/TRE/lib/
H A Dxmalloc.h56 #undef realloc macro
61 #define realloc USE_XREALLOC_INSTEAD_OF_REALLOC macro
/macosx-10.9.5/curl-78.94.1/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.9.5/tcl-102/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.9.5/xnu-2422.115.4/libsyscall/wrappers/
H A D_libkernel_init.h40 void* (*realloc)(void*, size_t); member in struct:_libkernel_functions
H A D_libc_funcptr.c48 realloc(void *ptr, size_t size) function
/macosx-10.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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
H A Dcssmalloc.h72 inline void *CssmMemoryFunctions::realloc(void *mem, size_t size) const throw(std::bad_alloc) function in class:Security::CssmMemoryFunctions
/macosx-10.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/libsecurity_apple_x509_tp/lib/
H A DAppleTPSession.h52 void *realloc(void *oldp, size_t size) { function in class:AppleTPSession
/macosx-10.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dgcmalloc.h70 realloc(void *ptr, size_t size) function
/macosx-10.9.5/expat-12/expat/amiga/
H A Dstdlib.c43 void * realloc (void * mem, size_t len2) function
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Dbrew_db.h73 #define realloc(a, b) REALLOC(a, b) macro

Completed in 156 milliseconds

123