Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
Dhashmap.c778 bool use_pool; in hashmap_base_new() local
780 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()