Searched refs:test_reallocfunc (Results 1 – 2 of 2) sorted by relevance
131 static void *(* test_reallocfunc)(void *ptr, size_t size) = realloc_ceil; variable162 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()
166 static void *(* test_reallocfunc)(void *ptr, size_t size) = realloc_ceil; variable205 return test_reallocfunc(ptr, size); in realloc_fail()233 test_reallocfunc = realloc_offset; in init_alloc()