Searched refs:event_set_mem_functions (Results 1 – 18 of 18) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | event.h | 1539 void event_set_mem_functions(
|
/freebsd/contrib/libevent/include/event2/ |
H A D | event.h | 1539 void event_set_mem_functions(
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_finalize.c | 201 event_set_mem_functions(tfff_malloc, tfff_realloc, tfff_free); in test_fin_free_finalize()
|
H A D | regress_buffer.c | 1609 event_set_mem_functions(failing_malloc, realloc, free); in test_evbuffer_readln() 1615 event_set_mem_functions(malloc, realloc, free); in test_evbuffer_readln() 2022 event_set_mem_functions(failing_malloc, realloc, free); in test_evbuffer_callbacks() 2025 event_set_mem_functions(malloc, realloc, free); in test_evbuffer_callbacks()
|
H A D | regress_dns.c | 1934 event_set_mem_functions(cnt_malloc, cnt_realloc, cnt_free); in testleak_setup()
|
H A D | regress.c | 3062 event_set_mem_functions(dummy_malloc, dummy_realloc, dummy_free); in test_mm_functions()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_finalize.c | 201 event_set_mem_functions(tfff_malloc, tfff_realloc, tfff_free); in test_fin_free_finalize()
|
H A D | regress_buffer.c | 1609 event_set_mem_functions(failing_malloc, realloc, free); in test_evbuffer_readln() 1615 event_set_mem_functions(malloc, realloc, free); in test_evbuffer_readln() 2022 event_set_mem_functions(failing_malloc, realloc, free); in test_evbuffer_callbacks() 2025 event_set_mem_functions(malloc, realloc, free); in test_evbuffer_callbacks()
|
H A D | regress_dns.c | 1934 event_set_mem_functions(cnt_malloc, cnt_realloc, cnt_free); in testleak_setup()
|
H A D | regress.c | 3062 event_set_mem_functions(dummy_malloc, dummy_realloc, dummy_free); in test_mm_functions()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | whatsnew-2.0.txt | 135 event_set_mem_functions. It takes replacements for malloc(),
|
H A D | event.c | 3571 event_set_mem_functions(void *(*malloc_fn)(size_t sz), in event_set_mem_functions() function
|
H A D | ChangeLog-2.0 | 115 o Avoid crash when freeing event_iocp and using event_set_mem_functions (19715a6) 367 o Clarify event_set_mem_functions doc (926f816)
|
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)
|
/freebsd/contrib/libevent/ |
H A D | whatsnew-2.0.txt | 135 event_set_mem_functions. It takes replacements for malloc(),
|
H A D | event.c | 3571 event_set_mem_functions(void *(*malloc_fn)(size_t sz), in event_set_mem_functions() function
|
H A D | ChangeLog-2.0 | 115 o Avoid crash when freeing event_iocp and using event_set_mem_functions (19715a6) 367 o Clarify event_set_mem_functions doc (926f816)
|
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)
|