Searched refs:AASSERT_LOC (Results 1 - 3 of 3) sorted by relevance

/external/qemu/android/utils/
H A Dsystem.h58 #define AARRAY_NEW(p,count) (AASSERT_LOC(), (p) = _android_array_alloc(sizeof(*p),(count)))
59 #define AARRAY_NEW0(p,count) (AASSERT_LOC(), (p) = _android_array_alloc0(sizeof(*p),(count)))
60 #define AARRAY_RENEW(p,count) (AASSERT_LOC(), (p) = _android_array_realloc((p),sizeof(*(p)),(count)))
H A Dassert.h121 # define AASSERT_LOC() _ANDROID_ASSERT_LOC() macro
150 # define AASSERT_LOC() ((void)0) macro
H A Dvector.h68 AASSERT_LOC(); \

Completed in 58 milliseconds