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.h297 * os_malloc - Allocate dynamic memory
303 void * os_malloc(size_t size);
307 * @ptr: Old buffer from os_malloc() or os_realloc()
319 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
472 void * os_malloc(size_t size);
477 #ifndef os_malloc
478 #define os_malloc(s) malloc((s)) macro
H A Dos_none.c112 void * os_malloc(size_t size) function
H A Dos_internal.c155 buf = os_malloc(len);
173 ret = os_malloc(ret_len);
226 buf = os_malloc(*len);
246 void *n = os_malloc(size);
253 void * os_malloc(size_t size) function
331 res = os_malloc(len + 1);
H A Dos_unix.c261 buf = os_malloc(len);
282 ret = os_malloc(ret_len);
393 buf = os_malloc(*len);
470 void * os_malloc(size_t size) function
491 return os_malloc(size);
501 n = os_malloc(size);
537 void *ptr = os_malloc(size);
549 d = os_malloc(len + 1);
/external/wpa_supplicant_8/src/utils/
H A Dos.h297 * os_malloc - Allocate dynamic memory
303 void * os_malloc(size_t size);
307 * @ptr: Old buffer from os_malloc() or os_realloc()
319 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
472 void * os_malloc(size_t size);
477 #ifndef os_malloc
478 #define os_malloc(s) malloc((s)) macro
H A Dos_none.c112 void * os_malloc(size_t size) function
H A Dos_internal.c155 buf = os_malloc(len);
173 ret = os_malloc(ret_len);
226 buf = os_malloc(*len);
246 void *n = os_malloc(size);
253 void * os_malloc(size_t size) function
331 res = os_malloc(len + 1);
H A Dos_unix.c261 buf = os_malloc(len);
282 ret = os_malloc(ret_len);
393 buf = os_malloc(*len);
470 void * os_malloc(size_t size) function
491 return os_malloc(size);
501 n = os_malloc(size);
537 void *ptr = os_malloc(size);
549 d = os_malloc(len + 1);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h297 * os_malloc - Allocate dynamic memory
303 void * os_malloc(size_t size);
307 * @ptr: Old buffer from os_malloc() or os_realloc()
319 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
472 void * os_malloc(size_t size);
477 #ifndef os_malloc
478 #define os_malloc(s) malloc((s)) macro
H A Dos_none.c112 void * os_malloc(size_t size) function
H A Dos_internal.c155 buf = os_malloc(len);
173 ret = os_malloc(ret_len);
226 buf = os_malloc(*len);
246 void *n = os_malloc(size);
253 void * os_malloc(size_t size) function
331 res = os_malloc(len + 1);
H A Dos_unix.c261 buf = os_malloc(len);
282 ret = os_malloc(ret_len);
393 buf = os_malloc(*len);
470 void * os_malloc(size_t size) function
491 return os_malloc(size);
501 n = os_malloc(size);
537 void *ptr = os_malloc(size);
549 d = os_malloc(len + 1);

Completed in 137 milliseconds