Home
last modified time | relevance | path

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

/dports/net-p2p/uhub/uhub-a8ee6e7/src/util/
H A Dmemory.c66 void* internal_debug_mem_malloc(size_t size, const char* where) in internal_debug_mem_malloc() function
162 char* ptr = internal_debug_mem_malloc(size+1, "strdup"); in debug_mem_strdup()
174 char* ptr = internal_debug_mem_malloc(size+1, "strndup"); in debug_mem_strndup()
185 void* ptr = internal_debug_mem_malloc(size, "malloc"); in debug_mem_malloc()