Searched refs:mempool_alloc0_tile (Results 1 – 3 of 3) sorted by relevance
17 void* mempool_alloc0_tile(struct mempool *mp);
62 void* mempool_alloc0_tile(struct mempool *mp) { in mempool_alloc0_tile() function
778 h = up ? mempool_alloc0_tile(hi->mempool) : malloc0(hi->head_size); in hashmap_base_new()