Home
last modified time | relevance | path

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

/DragonOS-0.1.2/user/libs/libc/src/
Dmalloc.c130 static int malloc_enlarge(int64_t size) in malloc_enlarge() function
297 if (malloc_enlarge(size) == -ENOMEM) in malloc()