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

/external/qemu/android/utils/
H A Dsystem.h53 #define AARRAY_NEW(p,count) (AASSERT_LOC(), (p) = _android_array_alloc(sizeof(*p),(count)))
54 #define AARRAY_NEW0(p,count) (AASSERT_LOC(), (p) = _android_array_alloc0(sizeof(*p),(count)))
55 #define AARRAY_RENEW(p,count) (AASSERT_LOC(), (p) = _android_array_realloc((p),sizeof(*(p)),(count)))
H A Dassert.h117 # define AASSERT_LOC() _ANDROID_ASSERT_LOC() macro
146 # define AASSERT_LOC() ((void)0) macro
H A Dvector.h65 AASSERT_LOC(); \

Completed in 466 milliseconds