Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgmem.h307 #define g_new0(struct_type, n_structs) _G_NEW (struct_type, n_structs, malloc0)
/third_party/eudev/src/shared/
Dutil.h66 #define malloc0(n) (calloc((n), 1)) macro
Dhashmap.c782 h = use_pool ? mempool_alloc0_tile(hi->mempool) : malloc0(hi->head_size); in hashmap_base_new()