Searched defs:os_malloc (Results 1 – 9 of 9) sorted by relevance
80 #define os_malloc( _size ) \ macro
43 #define os_malloc(_size) malloc(_size) macro
124 void * os_malloc(size_t size) in os_malloc() function
485 #define os_malloc(s) malloc((s)) macro
261 void * os_malloc(size_t size) in os_malloc() function
723 void * os_malloc(size_t size) in os_malloc() function
143 void *os_malloc(size_t length) in os_malloc() function