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

/darwin-on-arm/xnu/bsd/net/
H A Dbpf_compat.h74 #define malloc(size, type, canwait) _MALLOC(size, type, canwait) macro
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dblist.c94 #define malloc(a,b,c) malloc(a) macro
122 #define malloc _MALLOC macro
/darwin-on-arm/xnu/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
/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserialize.cpp194 #define malloc(s) kern_os_malloc(s) macro
[all...]
H A DOSUnserializeXML.cpp223 #define malloc(s) kern_os_malloc(s) macro
[all...]

Completed in 48 milliseconds