Searched refs:user_p (Results 1 – 2 of 2) sorted by relevance
19 char user_p[] __attribute__((__aligned__)); member77 heap = container_of(ptr, struct nolibc_heap, user_p); in free()144 return heap->user_p; in malloc()174 heap = container_of(old_ptr, struct nolibc_heap, user_p); in realloc()188 memcpy(ret, heap->user_p, user_p_len); in realloc()
2028 5 get_user(user_v, user_p);2038 3 get_user(user_v, user_p); // BUG: POSSIBLE PAGE FAULT!!!