Searched defs:malloc (Results 1 - 25 of 100) sorted by relevance

1234

/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dmalloc.c23 #undef malloc macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dmalloc.c22 #undef malloc macro
/macosx-10.10.1/gpatch-3/patch/
H A Dmalloc.c23 #undef malloc macro
/macosx-10.10.1/procmail-14/procmail/src/
H A Dshell.h4 #undef malloc macro
6 #define malloc(n) tmalloc((size_t)(n)) macro
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmldef.h27 #define malloc(x) PR_Calloc(1,(x)) macro
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dbpf_compat.h74 #define malloc(size, type, canwait) _MALLOC(size, type, canwait) macro
/macosx-10.10.1/Libc-1044.1.2/regex/TRE/lib/
H A Dxmalloc.h53 #undef malloc macro
58 #define malloc USE_XMALLOC_INSTEAD_OF_MALLOC macro
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_memory.h107 #undef malloc macro
108 #define malloc(size) Curl_cmalloc(size) macro
/macosx-10.10.1/libpthread-105.1.4/private/
H A Dprivate.h51 void *(*malloc)(size_t); // added with version=2 member in struct:_libpthread_functions
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOS9/
H A DmDNSPrefix.h62 #define malloc(x) OTAllocMem(x) macro
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/expat/xmltok/
H A Dxmldef.h39 #define malloc(x) HeapAlloc(GetProcessHeap(), 0, (x)) macro
57 #define malloc(x) PR_Malloc(x) macro
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_plugin/
H A DDLsession.cpp50 void *DLPluginSession::malloc(size_t size) throw(std::bad_alloc) function in class:DLPluginSession
H A Dpluginsession.cpp64 void *PluginSession::malloc(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.cpp42 void *CssmMemoryFunctionsAllocator::malloc(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.cpp46 void *TrackingAllocator::malloc(size_t inSize) throw(std::bad_alloc) function in class:TrackingAllocator
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_plugin/lib/
H A DDLsession.cpp50 void *DLPluginSession::malloc(size_t size) throw(std::bad_alloc) function in class:DLPluginSession
H A Dpluginsession.cpp64 void *PluginSession::malloc(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.cpp42 void *CssmMemoryFunctionsAllocator::malloc(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.cpp46 void *TrackingAllocator::malloc(size_t inSize) throw(std::bad_alloc) function in class:TrackingAllocator
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/
H A Dcontext_p.h56 lwres_malloc_t malloc; member in struct:lwres_context
/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A Dbmalloc.h36 inline void* malloc(size_t size) function in namespace:bmalloc::api
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dgcmalloc.h55 malloc(size_t size) function
/macosx-10.10.1/ruby-106/ruby/ext/dl/lib/dl/
H A Dstruct.rb68 def new_class.malloc() singleton method in class:DL.CStructBuilder.create
85 def CStructEntity.malloc(types, func = nil) singleton method in class:DL.CStructEntity
212 def CUnionEntity.malloc(types, func=nil) singleton method in class:DL.CUnionEntity
/macosx-10.10.1/ruby-106/ruby/ext/fiddle/lib/fiddle/
H A Dstruct.rb68 def new_class.malloc() singleton method in class:Fiddle.CStructBuilder.create
86 def CStructEntity.malloc(types, func = nil) singleton method in class:Fiddle.CStructEntity
216 def CUnionEntity.malloc(types, func=nil) singleton method in class:Fiddle.CUnionEntity
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DMallocPtr.h89 static MallocPtr malloc(size_t size) function in class:WTF::MallocPtr

Completed in 388 milliseconds

1234