Home
last modified time | relevance | path

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

/lk-master/lib/heap/
A Dheap_wrapper.c162 printf("caller %p malloc %zu -> %p\n", __GET_CALLER(), size, ptr); in malloc()
176 printf("caller %p memalign %zu, %zu -> %p\n", __GET_CALLER(), boundary, size, ptr); in memalign()
190 printf("caller %p calloc %zu, %zu -> %p\n", __GET_CALLER(), count, size, ptr); in calloc()
204 printf("caller %p realloc %p, %zu -> %p\n", __GET_CALLER(), ptr, size, ptr2); in realloc()
211 printf("caller %p free %p\n", __GET_CALLER(), ptr); in free()
/lk-master/lib/debug/
A Ddebug.c29 printf("panic (caller %p): ", __GET_CALLER()); in panic()
/lk-master/top/include/lk/
A Dcompiler.h32 #define __GET_CALLER(x) __builtin_return_address(0) macro
/lk-master/lib/minip/
A Dtcp.c289 …LTRACEF("caller %p, thread %p, socket %p, ref now %d\n", __GET_CALLER(), get_current_thread(), s, … in inc_socket_ref()
297 …LTRACEF("caller %p, thread %p, socket %p, ref now %d\n", __GET_CALLER(), get_current_thread(), s, … in dec_socket_ref()

Completed in 7 milliseconds