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

/xnu-2422.115.4/bsd/net/
H A Dbpf_compat.h74 #define malloc(size, type, canwait) _MALLOC(size, type, canwait) macro
/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
/xnu-2422.115.4/bsd/dev/dtrace/
H A Dblist.c94 #define malloc(a,b,c) malloc(a) macro
122 #define malloc _MALLOC macro
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsd.h157 #define malloc(sz, tp, fl) _audit_malloc(sz, audit_##tp, fl, __FUNCTION__) macro
161 #define malloc(sz, tp, fl) _audit_malloc(sz, audit_##tp, fl) macro
/xnu-2422.115.4/libkern/c++/
H A DOSUnserialize.cpp194 #define malloc(s) kern_os_malloc(s) macro
[all...]
H A DOSUnserializeXML.cpp227 #define malloc(s) kern_os_malloc(s) macro
[all...]

Completed in 34 milliseconds