Home
last modified time | relevance | path

Searched refs:calloc_func (Results 1 – 6 of 6) sorted by relevance

/third_party/mbedtls/library/
Dplatform.c72 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/
Dplatform.h147 int mbedtls_platform_set_calloc_free( void * (*calloc_func)( size_t, size_t ),
/third_party/libuv/src/
Duv-common.c116 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/
Duv.h275 uv_calloc_func calloc_func,
/third_party/libuv/include/
Duv.h277 uv_calloc_func calloc_func,
/third_party/libuv/docs/src/
Dmisc.rst216 …_malloc_func malloc_func, uv_realloc_func realloc_func, uv_calloc_func calloc_func, uv_free_func f…