Searched defs:os_realloc (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/util/ |
D | os_memory_debug.h | 89 #define os_realloc( _ptr, _old_size, _new_size ) \ macro
|
D | os_memory_stdc.h | 45 #define os_realloc( _old_ptr, _old_size, _new_size) \ macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | os_none.c | 130 void * os_realloc(void *ptr, size_t size) in os_realloc() function
|
D | os.h | 489 #define os_realloc(p, s) realloc((p), (s)) macro
|
D | os_internal.c | 275 void * os_realloc(void *ptr, size_t size) in os_realloc() function
|
D | os_unix.c | 715 void * os_realloc(void *ptr, size_t size) in os_realloc() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | os_none.c | 130 void * os_realloc(void *ptr, size_t size) in os_realloc() function
|
D | os.h | 489 #define os_realloc(p, s) realloc((p), (s)) macro
|
D | os_internal.c | 281 void * os_realloc(void *ptr, size_t size) in os_realloc() function
|
D | os_unix.c | 726 void * os_realloc(void *ptr, size_t size) in os_realloc() function
|