Searched defs:my_malloc (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/interpose-shared-cache/
H A Dmymalloc.c35 void* my_malloc(size_t size) function
/macosx-10.10/emacs-93/emacs/src/
H A Dunexnext.c220 my_malloc( function
/macosx-10.10/man-16/man/src/
H A Dutil.c221 my_malloc (int n) { function
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Ddhcp_options.c66 my_malloc(int size) function
/macosx-10.10/xnu-2782.1.97/bsd/dev/vn/
H A Dshadow.c64 #define my_malloc(a) malloc(a) macro
68 #define my_malloc(a) _MALLOC(a, M_TEMP, M_WAITOK) macro
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddom.h78 static void* my_malloc(size_t size){return Tcl_Alloc(size);} function

Completed in 191 milliseconds