Searched refs:calloc_func (Results 1 – 6 of 6) sorted by relevance
/third_party/mbedtls/library/ |
D | platform.c | 72 int mbedtls_platform_set_calloc_free( void * (*calloc_func)( size_t, size_t ), in mbedtls_platform_set_calloc_free() 75 mbedtls_calloc_func = calloc_func; in mbedtls_platform_set_calloc_free()
|
/third_party/mbedtls/include/mbedtls/ |
D | platform.h | 147 int mbedtls_platform_set_calloc_free( void * (*calloc_func)( size_t, size_t ),
|
/third_party/libuv/src/ |
D | uv-common.c | 116 uv_calloc_func calloc_func, in uv_replace_allocator() argument 119 calloc_func == NULL || free_func == NULL) { in uv_replace_allocator() 125 uv__allocator.local_calloc = calloc_func; in uv_replace_allocator()
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 275 uv_calloc_func calloc_func,
|
/third_party/libuv/include/ |
D | uv.h | 277 uv_calloc_func calloc_func,
|
/third_party/libuv/docs/src/ |
D | misc.rst | 216 …_malloc_func malloc_func, uv_realloc_func realloc_func, uv_calloc_func calloc_func, uv_free_func f…
|