Searched refs:event_set_mem_functions (Results 1 – 9 of 9) sorted by relevance
/external/libevent/include/event2/ |
D | event.h | 1539 void event_set_mem_functions(
|
/external/libevent/test/ |
D | regress_finalize.c | 201 event_set_mem_functions(tfff_malloc, tfff_realloc, tfff_free); in test_fin_free_finalize()
|
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()
|
D | regress_dns.c | 1934 event_set_mem_functions(cnt_malloc, cnt_realloc, cnt_free); in testleak_setup()
|
D | regress.c | 3062 event_set_mem_functions(dummy_malloc, dummy_realloc, dummy_free); in test_mm_functions()
|
/external/libevent/ |
D | whatsnew-2.0.txt | 135 event_set_mem_functions. It takes replacements for malloc(),
|
D | event.c | 3571 event_set_mem_functions(void *(*malloc_fn)(size_t sz), in event_set_mem_functions() function
|
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)
|
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)
|