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

  /external/wpa_supplicant/
os_none.c 113 void * os_realloc(void *ptr, size_t size) function
os.h 208 * os_realloc - Re-allocate dynamic memory
209 * @ptr: Old buffer from os_malloc() or os_realloc()
217 void * os_realloc(void *ptr, size_t size);
221 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
385 #ifndef os_realloc
386 #define os_realloc(p, s) realloc((p), (s)) macro
os_internal.c 231 void * os_realloc(void *ptr, size_t size) function
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_none.c 113 void * os_realloc(void *ptr, size_t size) function
os.h 208 * os_realloc - Re-allocate dynamic memory
209 * @ptr: Old buffer from os_malloc() or os_realloc()
217 void * os_realloc(void *ptr, size_t size);
221 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
385 #ifndef os_realloc
386 #define os_realloc(p, s) realloc((p), (s)) macro
os_internal.c 231 void * os_realloc(void *ptr, size_t size) function

Completed in 55 milliseconds