Home
last modified time | relevance | path

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

/src/contrib/libcbor/test/
H A Dtest_allocator.h20 void *instrumented_malloc(size_t size);
26 cbor_set_allocs(instrumented_malloc, instrumented_realloc, free); \
H A Dtest_allocator.c45 void *instrumented_malloc(size_t size) { in instrumented_malloc() function