Lines Matching defs:pool
14 static void *pmalloc(tee_mm_pool_t *pool, size_t size) in pmalloc()
22 static void *pcalloc(tee_mm_pool_t *pool, size_t num_el, size_t size) in pcalloc()
30 static void pfree(tee_mm_pool_t *pool, void *ptr) in pfree()
38 bool tee_mm_init(tee_mm_pool_t *pool, paddr_t lo, paddr_size_t size, in tee_mm_init()
71 void tee_mm_final(tee_mm_pool_t *pool) in tee_mm_final()
90 static size_t tee_mm_stats_allocated(tee_mm_pool_t *pool) in tee_mm_stats_allocated()
107 void tee_mm_get_pool_stats(tee_mm_pool_t *pool, struct malloc_stats *stats, in tee_mm_get_pool_stats()
128 static void update_max_allocated(tee_mm_pool_t *pool) in update_max_allocated()
141 tee_mm_entry_t *tee_mm_alloc(tee_mm_pool_t *pool, size_t size) in tee_mm_alloc()
227 static inline bool fit_in_gap(tee_mm_pool_t *pool, tee_mm_entry_t *e, in fit_in_gap()
248 tee_mm_entry_t *tee_mm_alloc2(tee_mm_pool_t *pool, paddr_t base, size_t size) in tee_mm_alloc2()
335 bool tee_mm_addr_is_within_range(const tee_mm_pool_t *pool, paddr_t addr) in tee_mm_addr_is_within_range()
341 bool tee_mm_is_empty(tee_mm_pool_t *pool) in tee_mm_is_empty()
365 tee_mm_entry_t *tee_mm_find(const tee_mm_pool_t *pool, paddr_t addr) in tee_mm_find()