Searched refs:use_pool (Results 1 – 1 of 1) sorted by relevance
778 bool use_pool; in hashmap_base_new() local780 use_pool = is_main_thread(); in hashmap_base_new()782 h = use_pool ? mempool_alloc0_tile(hi->mempool) : malloc0(hi->head_size); in hashmap_base_new()788 h->from_pool = use_pool; in hashmap_base_new()