Searched refs:event_set_mem_functions (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/bsd/libevent/dist/include/event2/ |
H A D | event.h | 1540 void event_set_mem_functions(
|
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress_finalize.c | 204 event_set_mem_functions(tfff_malloc, tfff_realloc, tfff_free); in test_fin_free_finalize()
|
H A D | regress_buffer.c | 1613 event_set_mem_functions(failing_malloc, realloc, free); in test_evbuffer_readln() 1619 event_set_mem_functions(malloc, realloc, free); in test_evbuffer_readln() 2026 event_set_mem_functions(failing_malloc, realloc, free); in test_evbuffer_callbacks() 2029 event_set_mem_functions(malloc, realloc, free); in test_evbuffer_callbacks()
|
H A D | regress_dns.c | 1938 event_set_mem_functions(cnt_malloc, cnt_realloc, cnt_free); in testleak_setup()
|
H A D | regress.c | 3066 event_set_mem_functions(dummy_malloc, dummy_realloc, dummy_free); in test_mm_functions()
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | whatsnew-2.0.txt | 135 event_set_mem_functions. It takes replacements for malloc(),
|
H A D | event.c | 3576 event_set_mem_functions(void *(*malloc_fn)(size_t sz), in event_set_mem_functions() function
|
H A D | ChangeLog | 1544 o Avoid crash when freeing event_iocp and using event_set_mem_functions (19715a6) 1796 o Clarify event_set_mem_functions doc (926f816)
|
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/ |
H A D | whatsnew-2.0.txt | 135 event_set_mem_functions. It takes replacements for malloc(),
|