Searched defs:os_malloc (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
H A Dos_memory_debug.h71 #define os_malloc( _size ) \ macro
H A Dos_memory_stdc.h43 #define os_malloc(_size) malloc(_size) macro
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_memory_debug.h71 #define os_malloc( _size ) \ macro
H A Dos_memory_stdc.h43 #define os_malloc(_size) malloc(_size) macro
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h222 * 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
H A Dos_none.c106 void * os_malloc(size_t size) function
H A Dos_internal.c144 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);
H A Dos_unix.c223 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);
/external/wpa_supplicant_8/src/utils/
H A Dos.h222 * 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
H A Dos_none.c106 void * os_malloc(size_t size) function
H A Dos_internal.c144 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);
H A Dos_unix.c223 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);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h222 * 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
H A Dos_none.c106 void * os_malloc(size_t size) function
H A Dos_internal.c144 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);
H A Dos_unix.c223 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 178 milliseconds