Home
last modified time | relevance | path

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

/linux/tools/include/nolibc/
H A Dstdlib.h20 struct nolibc_heap { struct
94 struct nolibc_heap *heap; in free()
99 heap = container_of(ptr, struct nolibc_heap, user_p); in free()
129 struct nolibc_heap *heap; in malloc()
163 struct nolibc_heap *heap; in realloc()
170 heap = container_of(old_ptr, struct nolibc_heap, user_p); in realloc()