Home
last modified time | relevance | path

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

/nanopb-latest/tests/common/
Dmalloc_wrappers.c13 #define PREFIX_SIZE (sizeof(size_t)*2) macro
70 …LLOC) fprintf(stderr, "Alloc 0x%04x/%u\n", (unsigned)(uintptr_t)(buf + PREFIX_SIZE), (unsigned)siz… in malloc_with_check()
71 return buf + PREFIX_SIZE; in malloc_with_check()
85 char *buf = (char*)mem - PREFIX_SIZE; in free_with_check()
111 char *buf = (char*)ptr - PREFIX_SIZE; in realloc_with_check()
145 …nsigned)(uintptr_t)ptr, (unsigned)oldsize, (unsigned)(uintptr_t)(buf + PREFIX_SIZE), (unsigned)siz… in realloc_with_check()
146 return buf + PREFIX_SIZE; in realloc_with_check()
170 char *buf = (char*)mem - PREFIX_SIZE; in get_allocation_size()