Searched defs:mem_alloc (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/bin/tests/ |
H A D | lwresconf_test.c | 36 mem_alloc(void *arg, size_t size) { function 68 ret = lwres_context_create(&ctx, mem, mem_alloc, mem_free, 0);
|
H A D | lwres_test.c | 226 mem_alloc(void *arg, size_t size) { function 255 ret = lwres_context_create(&ctx, mem, mem_alloc, mem_free, 0);
|
/bind-9.11.3/lib/dns/ |
H A D | openssl_link.c | 148 mem_alloc(size_t size FLARG) { function 205 CRYPTO_set_mem_functions(mem_alloc, mem_realloc, mem_free); 208 locks = mem_alloc(sizeof(isc_mutex_t) * nlocks FILELINE); 224 rm = mem_alloc(sizeof(RAND_METHOD) FILELINE);
|
/bind-9.11.3/bin/nsupdate/ |
H A D | nsupdate.c | 388 mem_alloc(void *arg, size_t size) { function 885 lwresult = lwres_context_create(&lwctx, gmctx, mem_alloc, mem_free, 1);
|
/bind-9.11.3/bin/dig/ |
H A D | dighost.c | 397 mem_alloc(void *arg, size_t size) { function 1454 lwresult = lwres_context_create(&lwctx, mctx, mem_alloc, mem_free,
|
Completed in 258 milliseconds