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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbpf_compat.h74 #define malloc(size, type, canwait) _MALLOC(size, type, canwait) macro
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dmalloc.c64 void * malloc(size_t size) { function
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dblist.c94 #define malloc(a,b,c) malloc(a) macro
122 #define malloc _MALLOC macro
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserialize.cpp126 #define malloc(s) kern_os_malloc(s) macro
[all...]
H A DOSUnserializeXML.cpp228 #define malloc(s) kern_os_malloc(s) macro
[all...]

Completed in 36 milliseconds