HomeSort by relevance Sort by last modified time
    Searched defs:os_malloc (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/auxiliary/os/
os_memory_debug.h 71 #define os_malloc( _size ) \ macro
os_memory_stdc.h 43 #define os_malloc(_size) malloc(_size) macro
  /external/wpa_supplicant_8/src/utils/
os_none.c 118 void * os_malloc(size_t size) function
os.h 304 * os_malloc - Allocate dynamic memory
310 void * os_malloc(size_t size);
314 * @ptr: Old buffer from os_malloc() or os_realloc()
326 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
479 void * os_malloc(size_t size);
484 #ifndef os_malloc
485 #define os_malloc(s) malloc((s)) macro
os_internal.c 157 buf = os_malloc(len);
175 ret = os_malloc(ret_len);
228 buf = os_malloc(*len);
254 void *n = os_malloc(size);
261 void * os_malloc(size_t size) function
339 res = os_malloc(len + 1);
os_unix.c 288 buf = os_malloc(len);
309 ret = os_malloc(ret_len);
418 buf = os_malloc(*len);
532 if (i < res && os_strcmp(func[i], "os_malloc") == 0)
678 void * os_malloc(size_t size) function
703 return os_malloc(size);
713 n = os_malloc(size);
749 void *ptr = os_malloc(size);
761 d = os_malloc(len + 1);

Completed in 59 milliseconds