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

1234

/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dmalloc.c23 #undef malloc macro
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dmalloc.c22 #undef malloc macro
/macosx-10.9.5/gpatch-3/patch/
H A Dmalloc.c23 #undef malloc macro
/macosx-10.9.5/procmail-14/procmail/src/
H A Dshell.h4 #undef malloc macro
6 #define malloc(n) tmalloc((size_t)(n)) macro
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmldef.h27 #define malloc(x) PR_Calloc(1,(x)) macro
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dbpf_compat.h74 #define malloc(size, type, canwait) _MALLOC(size, type, canwait) macro
/macosx-10.9.5/Libc-997.90.3/regex/TRE/lib/
H A Dxmalloc.h53 #undef malloc macro
58 #define malloc USE_XMALLOC_INSTEAD_OF_MALLOC macro
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dcurl_memory.h107 #undef malloc macro
108 #define malloc(size) Curl_cmalloc(size) macro
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOS9/
H A DmDNSPrefix.h62 #define malloc(x) OTAllocMem(x) macro
/macosx-10.9.5/tcl-102/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.9.5/xnu-2422.115.4/libsyscall/wrappers/
H A D_libkernel_init.h38 void* (*malloc)(size_t); member in struct:_libkernel_functions
H A D_libc_funcptr.c34 malloc(size_t size) function
/macosx-10.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/include/security_utilities/
H A Dtrackingallocator.cpp46 void *TrackingAllocator::malloc(size_t inSize) throw(std::bad_alloc) function in class:TrackingAllocator
/macosx-10.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dtrackingallocator.cpp46 void *TrackingAllocator::malloc(size_t inSize) throw(std::bad_alloc) function in class:TrackingAllocator
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/
H A Dcontext_p.h56 lwres_malloc_t malloc; member in struct:lwres_context
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dgcmalloc.h55 malloc(size_t size) function
/macosx-10.9.5/ruby-104/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.9.5/ruby-104/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.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dgetrrsetbyname-ldns.c59 #define malloc(x) (xmalloc(x)) macro

Completed in 406 milliseconds

1234