Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user_debug/src/internal/
Dmalloc_impl.h11 #define PREFIX_PLACE_HOLDER 10 /* Reserve positions for file name prefix "pid()_" */ macro
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dmemory_check.c737 if (strlen(f_path) > (PATH_MAX - PREFIX_PLACE_HOLDER - 1)) { in mem_check_init()