Searched refs:os_realloc (Results 1 - 25 of 64) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
H A Dos_memory.h58 os_realloc(void *ptr, size_t old_size, size_t new_size);
H A Dos_memory_debug.h77 #define os_realloc( _ptr, _old_size, _new_size ) \ macro
H A Dos_memory_stdc.h47 #define os_realloc( _old_ptr, _old_size, _new_size) \ macro
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_memory.h58 os_realloc(void *ptr, size_t old_size, size_t new_size);
H A Dos_memory_debug.h77 #define os_realloc( _ptr, _old_size, _new_size ) \ macro
H A Dos_memory_stdc.h47 #define os_realloc( _old_ptr, _old_size, _new_size) \ macro
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_memory.h54 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size)
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_memory.h54 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size)
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h306 * os_realloc - Re-allocate dynamic memory
307 * @ptr: Old buffer from os_malloc() or os_realloc()
315 void * os_realloc(void *ptr, size_t size);
319 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
473 void * os_realloc(void *ptr, size_t size);
480 #ifndef os_realloc
481 #define os_realloc(p, s) realloc((p), (s)) macro
556 return os_realloc(ptr, nmemb * size);
H A Dos_none.c118 void * os_realloc(void *ptr, size_t size) function
H A Dwpabuf.c72 nbuf = os_realloc(buf->buf, buf->used + add_len);
79 nbuf = os_realloc(trace, sizeof(struct wpabuf_trace) +
90 nbuf = os_realloc(buf, sizeof(struct wpabuf) +
H A Dos_internal.c259 void * os_realloc(void *ptr, size_t size) function
H A Dos_unix.c484 void * os_realloc(void *ptr, size_t size) function
498 wpa_trace_show("Invalid os_realloc() call");
H A Dxml-utils.c132 buf2 = os_realloc(buf, len + 1);
H A Dxml_libxml2.c38 n = os_realloc(str->buf, str->len + MAX_STR + 2);
/external/wpa_supplicant_8/src/utils/
H A Dos.h306 * os_realloc - Re-allocate dynamic memory
307 * @ptr: Old buffer from os_malloc() or os_realloc()
315 void * os_realloc(void *ptr, size_t size);
319 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
473 void * os_realloc(void *ptr, size_t size);
480 #ifndef os_realloc
481 #define os_realloc(p, s) realloc((p), (s)) macro
556 return os_realloc(ptr, nmemb * size);
H A Dos_none.c118 void * os_realloc(void *ptr, size_t size) function
H A Dwpabuf.c72 nbuf = os_realloc(buf->buf, buf->used + add_len);
79 nbuf = os_realloc(trace, sizeof(struct wpabuf_trace) +
90 nbuf = os_realloc(buf, sizeof(struct wpabuf) +
H A Dos_internal.c259 void * os_realloc(void *ptr, size_t size) function
H A Dos_unix.c484 void * os_realloc(void *ptr, size_t size) function
498 wpa_trace_show("Invalid os_realloc() call");
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h306 * os_realloc - Re-allocate dynamic memory
307 * @ptr: Old buffer from os_malloc() or os_realloc()
315 void * os_realloc(void *ptr, size_t size);
319 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
473 void * os_realloc(void *ptr, size_t size);
480 #ifndef os_realloc
481 #define os_realloc(p, s) realloc((p), (s)) macro
556 return os_realloc(ptr, nmemb * size);
H A Dos_none.c118 void * os_realloc(void *ptr, size_t size) function
H A Dwpabuf.c72 nbuf = os_realloc(buf->buf, buf->used + add_len);
79 nbuf = os_realloc(trace, sizeof(struct wpabuf_trace) +
90 nbuf = os_realloc(buf, sizeof(struct wpabuf) +
H A Dos_internal.c259 void * os_realloc(void *ptr, size_t size) function
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttpread.c512 if ((new_body = os_realloc(h->body, new_alloc_nbytes))

Completed in 1309 milliseconds

123