Searched refs:malloc_function (Results 1 – 2 of 2) sorted by relevance
154 lwres_malloc_t malloc_function, in lwres_context_create() argument166 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()
74 lwres_malloc_t malloc_function,