Home
last modified time | relevance | path

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

/external/mpdecimal/tests/
Dtest.c129 static void *(* test_mallocfunc)(size_t size) = malloc_ceil; variable
148 return test_mallocfunc(size); in malloc_count()
172 return test_mallocfunc(size); in malloc_fail()
215 test_mallocfunc = malloc_offset; in mpd_init_alloc()
221 mpd_mallocfunc = test_mallocfunc; in mpd_init_alloc()
238 mpd_mallocfunc = test_mallocfunc; in mpd_set_alloc()
/external/mpdecimal/tests++/
Dtest.cc164 static void *(* test_mallocfunc)(size_t size) = malloc_ceil; variable
185 return test_mallocfunc(size); in malloc_fail()
231 test_mallocfunc = malloc_offset; in init_alloc()