Searched refs:user_p (Results 1 – 1 of 1) sorted by relevance
22 char user_p[] __attribute__((__aligned__)); member99 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