Home
last modified time | relevance | path

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

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