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

  /external/wpa_supplicant/
os_none.c 107 void * os_malloc(size_t size) function
os.h 199 * os_malloc - Allocate dynamic memory
205 void * os_malloc(size_t size);
209 * @ptr: Old buffer from os_malloc() or os_realloc()
221 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
382 #ifndef os_malloc
383 #define os_malloc(s) malloc((s)) macro
os_internal.c 132 buf = os_malloc(len);
150 ret = os_malloc(ret_len);
203 buf = os_malloc(*len);
218 void *n = os_malloc(size);
225 void * os_malloc(size_t size) function
303 res = os_malloc(len + 1);
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_none.c 107 void * os_malloc(size_t size) function
os.h 199 * os_malloc - Allocate dynamic memory
205 void * os_malloc(size_t size);
209 * @ptr: Old buffer from os_malloc() or os_realloc()
221 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
382 #ifndef os_malloc
383 #define os_malloc(s) malloc((s)) macro
os_internal.c 132 buf = os_malloc(len);
150 ret = os_malloc(ret_len);
203 buf = os_malloc(*len);
218 void *n = os_malloc(size);
225 void * os_malloc(size_t size) function
303 res = os_malloc(len + 1);
  /external/wpa_supplicant_8/src/utils/
os_none.c 107 void * os_malloc(size_t size) function
os.h 199 * os_malloc - Allocate dynamic memory
205 void * os_malloc(size_t size);
209 * @ptr: Old buffer from os_malloc() or os_realloc()
221 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
383 void * os_malloc(size_t size);
388 #ifndef os_malloc
389 #define os_malloc(s) malloc((s)) macro
os_internal.c 132 buf = os_malloc(len);
150 ret = os_malloc(ret_len);
203 buf = os_malloc(*len);
223 void *n = os_malloc(size);
230 void * os_malloc(size_t size) function
308 res = os_malloc(len + 1);
os_unix.c 206 buf = os_malloc(len);
227 ret = os_malloc(ret_len);
334 buf = os_malloc(*len);
387 void * os_malloc(size_t size) function
408 return os_malloc(size);
418 n = os_malloc(size);
454 void *ptr = os_malloc(size);
466 d = os_malloc(len + 1);

Completed in 161 milliseconds