Home
last modified time | relevance | path

Searched refs:test_reallocfunc (Results 1 – 2 of 2) sorted by relevance

/external/mpdecimal/tests/
Dtest.c131 static void *(* test_reallocfunc)(void *ptr, size_t size) = realloc_ceil; variable
162 return test_reallocfunc(ptr, size); in realloc_count()
192 return test_reallocfunc(ptr, size); in realloc_fail()
217 test_reallocfunc = realloc_offset; in mpd_init_alloc()
223 mpd_reallocfunc = test_reallocfunc; in mpd_init_alloc()
240 mpd_reallocfunc = test_reallocfunc; in mpd_set_alloc()
/external/mpdecimal/tests++/
Dtest.cc166 static void *(* test_reallocfunc)(void *ptr, size_t size) = realloc_ceil; variable
205 return test_reallocfunc(ptr, size); in realloc_fail()
233 test_reallocfunc = realloc_offset; in init_alloc()