Home
last modified time | relevance | path

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

/Linux-v6.1/tools/include/nolibc/
Dstdlib.h16 struct nolibc_heap { struct
71 struct nolibc_heap *heap; in free()
76 heap = container_of(ptr, struct nolibc_heap, user_p); in free()
114 struct nolibc_heap *heap; in malloc()
148 struct nolibc_heap *heap; in realloc()
155 heap = container_of(old_ptr, struct nolibc_heap, user_p); in realloc()