Home
last modified time | relevance | path

Searched refs:malloc_function (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/bind/dist/lib/lwres/
H A Dcontext.c154 lwres_malloc_t malloc_function, in lwres_context_create() argument
166 if (malloc_function == NULL || free_function == NULL) { in lwres_context_create()
167 REQUIRE(malloc_function == NULL); in lwres_context_create()
169 malloc_function = lwres_malloc; in lwres_context_create()
173 ctx = malloc_function(arg, sizeof(lwres_context_t)); in lwres_context_create()
180 ctx->malloc = malloc_function; in lwres_context_create()
/minix3/external/bsd/bind/dist/lib/lwres/include/lwres/
H A Dcontext.h74 lwres_malloc_t malloc_function,