Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/include/
A Dmalloc.h74 struct malloc_stats { struct
84 void malloc_get_stats(struct malloc_stats *stats); argument
131 void nex_malloc_get_stats(struct malloc_stats *stats);
159 void raw_malloc_get_stats(struct malloc_ctx *ctx, struct malloc_stats *stats);
/optee_os/out/arm/export-ta_arm64/include/
A Dmalloc.h74 struct malloc_stats { struct
84 void malloc_get_stats(struct malloc_stats *stats); argument
131 void nex_malloc_get_stats(struct malloc_stats *stats);
159 void raw_malloc_get_stats(struct malloc_ctx *ctx, struct malloc_stats *stats);
/optee_os/out/arm/export-ta_arm32/include/
A Dmalloc.h74 struct malloc_stats { struct
84 void malloc_get_stats(struct malloc_stats *stats); argument
131 void nex_malloc_get_stats(struct malloc_stats *stats);
159 void raw_malloc_get_stats(struct malloc_ctx *ctx, struct malloc_stats *stats);
/optee_os/core/pta/
A Dstats.c29 struct malloc_stats *stats; in get_alloc_stats()
52 size_to_retrieve = sizeof(struct malloc_stats); in get_alloc_stats()
/optee_os/core/include/mm/
A Dtee_mm.h115 void tee_mm_get_pool_stats(tee_mm_pool_t *pool, struct malloc_stats *stats,
/optee_os/lib/libutils/isoc/
A Dbget_malloc.c154 struct malloc_stats mstats;
242 struct malloc_stats *stats) in gen_malloc_get_stats()
251 void malloc_get_stats(struct malloc_stats *stats) in malloc_get_stats()
911 void raw_malloc_get_stats(struct malloc_ctx *ctx, struct malloc_stats *stats) in raw_malloc_get_stats()
1044 void nex_malloc_get_stats(struct malloc_stats *stats) in nex_malloc_get_stats()
/optee_os/lib/libutils/ext/
A Dmempool.c149 struct malloc_stats stats = { }; in mempool_alloc()
/optee_os/core/arch/arm/mm/
A Dtee_mm.c107 void tee_mm_get_pool_stats(tee_mm_pool_t *pool, struct malloc_stats *stats, in tee_mm_get_pool_stats()

Completed in 18 milliseconds