Searched refs:realloc_func (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/lgpl3/gmp/dist/ |
| H A D | mp_set_fns.c | 36 void *(*realloc_func) (void *, size_t, size_t), in mp_set_memory_functions() 41 if (realloc_func == 0) in mp_set_memory_functions() 42 realloc_func = __gmp_default_reallocate; in mp_set_memory_functions() 47 __gmp_reallocate_func = realloc_func; in mp_set_memory_functions()
|
| H A D | mp_get_fns.c | 36 void *(**realloc_func) (void *, size_t, size_t), in mp_get_memory_functions() 42 if (realloc_func != NULL) in mp_get_memory_functions() 43 *realloc_func = __gmp_reallocate_func; in mp_get_memory_functions()
|
| /netbsd-src/external/mit/libuv/dist/src/ |
| H A D | uv-common.c | 115 uv_realloc_func realloc_func, in uv_replace_allocator() argument 118 if (malloc_func == NULL || realloc_func == NULL || in uv_replace_allocator() 124 uv__allocator.local_realloc = realloc_func; in uv_replace_allocator()
|
| /netbsd-src/external/lgpl3/gmp/dist/mini-gmp/ |
| H A D | mini-gmp.c | 324 void *(**realloc_func) (void *, size_t, size_t), in mp_get_memory_functions() 330 if (realloc_func) in mp_get_memory_functions() 331 *realloc_func = gmp_reallocate_func; in mp_get_memory_functions() 339 void *(*realloc_func) (void *, size_t, size_t), in mp_set_memory_functions() 344 if (!realloc_func) in mp_set_memory_functions() 345 realloc_func = gmp_default_realloc; in mp_set_memory_functions() 350 gmp_reallocate_func = realloc_func; in mp_set_memory_functions()
|
| /netbsd-src/external/mit/libuv/dist/include/ |
| H A D | uv.h | 276 uv_realloc_func realloc_func,
|
| /netbsd-src/external/mit/libuv/dist/docs/src/ |
| H A D | misc.rst | 216 .. c:function:: int uv_replace_allocator(uv_malloc_func malloc_func, uv_realloc_func realloc_func, …
|