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