Home
last modified time | relevance | path

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

/tools/include/nolibc/
A Dstdlib.h22 char user_p[] __attribute__((__aligned__)); member
99 heap = container_of(ptr, struct nolibc_heap, user_p); in free()
140 return heap->user_p; in malloc()
170 heap = container_of(old_ptr, struct nolibc_heap, user_p); in realloc()
184 memcpy(ret, heap->user_p, user_p_len); in realloc()

Completed in 3 milliseconds