HomeSort by: relevance | last modified time | path
    Searched defs:os_malloc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/src/utils/
os_none.c 124 void * os_malloc(size_t size) function
os.h 324 * os_malloc - Allocate dynamic memory
330 void * os_malloc(size_t size);
334 * @ptr: Old buffer from os_malloc() or os_realloc()
346 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
499 void * os_malloc(size_t size);
504 #ifndef os_malloc
505 #define os_malloc(s) malloc((s)) macro
644 * This function allocates a memory block like os_malloc() would, and
os_internal.c 163 buf = os_malloc(len);
181 ret = os_malloc(ret_len);
234 buf = os_malloc(*len);
260 void *n = os_malloc(size);
267 void * os_malloc(size_t size) function
345 res = os_malloc(len + 1);
os_unix.c 305 buf = os_malloc(len);
326 ret = os_malloc(ret_len);
440 buf = os_malloc(*len);
532 void *r = os_malloc(len);
551 "os_malloc", "os_zalloc", "os_calloc", "os_realloc",
727 void * os_malloc(size_t size) function
752 return os_malloc(size);
762 n = os_malloc(size);
798 void *ptr = os_malloc(size);
810 d = os_malloc(len + 1)
    [all...]

Completed in 28 milliseconds