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

  /src/external/bsd/wpa/dist/src/utils/
os_none.c 130 void * os_realloc(void *ptr, size_t size) function
os.h 333 * os_realloc - Re-allocate dynamic memory
334 * @ptr: Old buffer from os_malloc() or os_realloc()
342 void * os_realloc(void *ptr, size_t size);
346 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
500 void * os_realloc(void *ptr, size_t size);
507 #ifndef os_realloc
508 #define os_realloc(p, s) realloc((p), (s)) macro
589 return os_realloc(ptr, nmemb * size);
os_internal.c 273 void * os_realloc(void *ptr, size_t size) function
os_unix.c 551 "os_malloc", "os_zalloc", "os_calloc", "os_realloc",
745 void * os_realloc(void *ptr, size_t size) function
759 wpa_trace_show("Invalid os_realloc() call");

Completed in 25 milliseconds