Home
last modified time | relevance | path

Searched refs:event_set_mem_functions (Results 1 – 9 of 9) sorted by relevance

/external/libevent/include/event2/
Devent.h1539 void event_set_mem_functions(
/external/libevent/test/
Dregress_finalize.c201 event_set_mem_functions(tfff_malloc, tfff_realloc, tfff_free); in test_fin_free_finalize()
Dregress_buffer.c1609 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()
Dregress_dns.c1934 event_set_mem_functions(cnt_malloc, cnt_realloc, cnt_free); in testleak_setup()
Dregress.c3062 event_set_mem_functions(dummy_malloc, dummy_realloc, dummy_free); in test_mm_functions()
/external/libevent/
Dwhatsnew-2.0.txt135 event_set_mem_functions. It takes replacements for malloc(),
Devent.c3571 event_set_mem_functions(void *(*malloc_fn)(size_t sz), in event_set_mem_functions() function
DChangeLog-2.0115 o Avoid crash when freeing event_iocp and using event_set_mem_functions (19715a6)
367 o Clarify event_set_mem_functions doc (926f816)
DChangeLog1544 o Avoid crash when freeing event_iocp and using event_set_mem_functions (19715a6)
1796 o Clarify event_set_mem_functions doc (926f816)