Searched refs:malloc_fn (Results 1 – 10 of 10) sorted by relevance
| /src/crypto/openssl/crypto/ |
| H A D | mem.c | 60 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn, in CRYPTO_set_mem_functions() argument 66 if (malloc_fn != NULL) in CRYPTO_set_mem_functions() 67 malloc_impl = malloc_fn; in CRYPTO_set_mem_functions() 75 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn, in CRYPTO_get_mem_functions() argument 79 if (malloc_fn != NULL) in CRYPTO_get_mem_functions() 80 *malloc_fn = malloc_impl; in CRYPTO_get_mem_functions()
|
| /src/crypto/openssl/include/openssl/ |
| H A D | engine.h | 744 dyn_MEM_malloc_fn malloc_fn; member 808 CRYPTO_set_mem_functions(fns->mem_fns.malloc_fn, \
|
| H A D | crypto.h | 356 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn, 359 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn,
|
| H A D | crypto.h.in | 333 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn, 336 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn,
|
| /src/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_malloc.pod | 61 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn, 64 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn, 155 If any of B<malloc_fn>, B<realloc_fn>, or B<free_fn> are NULL, then
|
| /src/contrib/libevent/include/event2/ |
| H A D | event.h | 1540 void *(*malloc_fn)(size_t sz),
|
| /src/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | event.h | 1540 void *(*malloc_fn)(size_t sz),
|
| /src/crypto/openssl/crypto/engine/ |
| H A D | eng_dyn.c | 482 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_fn, &fns.mem_fns.realloc_fn, in dynamic_load()
|
| /src/contrib/libevent/ |
| H A D | event.c | 3571 event_set_mem_functions(void *(*malloc_fn)(size_t sz), in event_set_mem_functions() 3575 mm_malloc_fn_ = malloc_fn; in event_set_mem_functions()
|
| /src/contrib/ntp/sntp/libevent/ |
| H A D | event.c | 3571 event_set_mem_functions(void *(*malloc_fn)(size_t sz), in event_set_mem_functions() 3575 mm_malloc_fn_ = malloc_fn; in event_set_mem_functions()
|