HomeSort by: relevance | last modified time | path
    Searched refs:duff_allocator (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/expat/dist/tests/
common.h 145 extern void *duff_allocator(size_t size);
common.c 280 /* Control variable; the number of times duff_allocator() will successfully
290 duff_allocator(size_t size) { function
misc_tests.c 70 XML_Memory_Handling_Suite memsuite = {duff_allocator, realloc, free};
90 XML_Memory_Handling_Suite memsuite = {duff_allocator, realloc, free};
nsalloc_tests.c 60 XML_Memory_Handling_Suite memsuite = {duff_allocator, duff_reallocator, free};
alloc_tests.c 68 XML_Memory_Handling_Suite memsuite = {duff_allocator, duff_reallocator, free};

Completed in 21 milliseconds