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

/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_memory_debug.h80 #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.h304 * 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
624 * This function allocates a memory block like os_malloc() would, and
H A Dos_none.c124 void * os_malloc(size_t size) function
H A Dos_internal.c157 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);
H A Dos_unix.c293 buf = os_malloc(len);
314 ret = os_malloc(ret_len);
447 buf = os_malloc(*len);
539 void *r = os_malloc(len);
567 if (i < res && os_strcmp(func[i], "os_malloc") == 0)
715 void * os_malloc(size_t size) function
740 return os_malloc(size);
750 n = os_malloc(size);
786 void *ptr = os_malloc(size);
798 d = os_malloc(le
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dos.h304 * 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
624 * This function allocates a memory block like os_malloc() would, and
H A Dos_none.c124 void * os_malloc(size_t size) function
H A Dos_internal.c157 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);
H A Dos_unix.c293 buf = os_malloc(len);
314 ret = os_malloc(ret_len);
447 buf = os_malloc(*len);
539 void *r = os_malloc(len);
567 if (i < res && os_strcmp(func[i], "os_malloc") == 0)
715 void * os_malloc(size_t size) function
740 return os_malloc(size);
750 n = os_malloc(size);
786 void *ptr = os_malloc(size);
798 d = os_malloc(le
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h304 * 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
624 * This function allocates a memory block like os_malloc() would, and
H A Dos_none.c124 void * os_malloc(size_t size) function
H A Dos_internal.c157 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);
H A Dos_unix.c293 buf = os_malloc(len);
314 ret = os_malloc(ret_len);
447 buf = os_malloc(*len);
539 void *r = os_malloc(len);
567 if (i < res && os_strcmp(func[i], "os_malloc") == 0)
715 void * os_malloc(size_t size) function
740 return os_malloc(size);
750 n = os_malloc(size);
786 void *ptr = os_malloc(size);
798 d = os_malloc(le
[all...]

Completed in 169 milliseconds