Searched refs:instrumented_realloc (Results 1 – 2 of 2) sorted by relevance
26 void* instrumented_realloc(void* ptr, size_t size);30 cbor_set_allocs(instrumented_malloc, instrumented_realloc, free); \
68 void* instrumented_realloc(void* ptr, size_t size) { in instrumented_realloc() function