Searched refs:malloc0 (Results 1 - 2 of 2) sorted by relevance
/third_party/eudev/src/shared/ | ||
H A D | util.h | 66 #define malloc0(n) (calloc((n), 1)) macro |
H A D | hashmap.c | 782 h = use_pool ? mempool_alloc0_tile(hi->mempool) : malloc0(hi->head_size); in hashmap_base_new() |
Completed in 4 milliseconds