Searched refs:malloc0 (Results 1 – 3 of 3) sorted by relevance
307 #define g_new0(struct_type, n_structs) _G_NEW (struct_type, n_structs, malloc0)
66 #define malloc0(n) (calloc((n), 1)) macro
782 h = use_pool ? mempool_alloc0_tile(hi->mempool) : malloc0(hi->head_size); in hashmap_base_new()