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

  /external/chromium_org/third_party/mesa/src/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/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 106 void * os_malloc(size_t size) function
os.h 222 * os_malloc - Allocate dynamic memory
228 void * os_malloc(size_t size);
232 * @ptr: Old buffer from os_malloc() or os_realloc()
244 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
406 void * os_malloc(size_t size);
411 #ifndef os_malloc
412 #define os_malloc(s) malloc((s)) macro
os_internal.c 144 buf = os_malloc(len);
162 ret = os_malloc(ret_len);
215 buf = os_malloc(*len);
235 void *n = os_malloc(size);
242 void * os_malloc(size_t size) function
320 res = os_malloc(len + 1);
os_unix.c 223 buf = os_malloc(len);
244 ret = os_malloc(ret_len);
355 buf = os_malloc(*len);
408 void * os_malloc(size_t size) function
429 return os_malloc(size);
439 n = os_malloc(size);
475 void *ptr = os_malloc(size);
487 d = os_malloc(len + 1);

Completed in 77 milliseconds