Home
last modified time | relevance | path

Searched refs:duff_allocator (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/expat/expat/tests/
H A Dmisc_tests.c64 XML_Memory_Handling_Suite memsuite = {duff_allocator, realloc, free}; in START_TEST()
84 XML_Memory_Handling_Suite memsuite = {duff_allocator, realloc, free}; in START_TEST()
H A Dcommon.h154 extern void *duff_allocator(size_t size);
H A Dcommon.c309 duff_allocator(size_t size) { in duff_allocator() function
H A Dnsalloc_tests.c59 XML_Memory_Handling_Suite memsuite = {duff_allocator, duff_reallocator, free}; in nsalloc_setup()
H A Dalloc_tests.c60 XML_Memory_Handling_Suite memsuite = {duff_allocator, duff_reallocator, free}; in alloc_setup()