Searched refs:android_alloc0 (Results 1 – 3 of 3) sorted by relevance
34 void* android_alloc0( size_t size );46 #define ANEW0(p) (p = android_alloc0(sizeof(*p)))
41 android_alloc0( size_t size ) in android_alloc0() function
153 DirScanner* s = android_alloc0(sizeof *s); in dirScanner_new()