Home
last modified time | relevance | path

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

/system/ulib/fbl/
A Dalloc_checker.cpp80 return fbl::checked(size, ac, operator new(size, __GET_CALLER(), std::nothrow_t())); in operator new()
85 return fbl::checked(size, ac, operator new[](size, __GET_CALLER(), std::nothrow_t())); in operator new[]()
/system/ulib/lockdep/include/lockdep/
A Dthread_lock_state.h182 __GET_CALLER(0), in Report()
191 __GET_CALLER(0), __GET_FRAME(0), result); in Report()
/system/public/zircon/
A Dcompiler.h28 #define __GET_CALLER(x) __builtin_return_address(0) macro

Completed in 6 milliseconds