Searched refs:malloc_stats (Results 1 – 8 of 8) sorted by relevance
88 struct malloc_stats { struct98 void malloc_get_stats(struct malloc_stats *stats); argument145 void nex_malloc_get_stats(struct malloc_stats *stats);177 void raw_malloc_get_stats(struct malloc_ctx *ctx, struct malloc_stats *stats);
45 struct malloc_stats *stats; in get_alloc_stats()68 size_to_retrieve = sizeof(struct malloc_stats); in get_alloc_stats()
115 void tee_mm_get_pool_stats(tee_mm_pool_t *pool, struct malloc_stats *stats,
149 struct malloc_stats stats = { }; in mempool_alloc()
138 struct malloc_stats mstats;311 struct malloc_stats *stats) in gen_malloc_get_stats()319 void malloc_get_stats(struct malloc_stats *stats) in malloc_get_stats()999 void raw_malloc_get_stats(struct malloc_ctx *ctx, struct malloc_stats *stats) in raw_malloc_get_stats()1133 void nex_malloc_get_stats(struct malloc_stats *stats) in nex_malloc_get_stats()
107 void tee_mm_get_pool_stats(tee_mm_pool_t *pool, struct malloc_stats *stats, in tee_mm_get_pool_stats()
383 struct malloc_stats stats = { }; in entry_dump_memstats()
44 struct malloc_stats heap;
Completed in 11 milliseconds