Home
last modified time | relevance | path

Searched defs:malloc_stats (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dstats.c32 struct malloc_stats { struct
33 char desc[TEE_ALLOCATOR_DESC_LENGTH];
34 uint32_t allocated; /* Bytes currently allocated */
35 uint32_t max_allocated; /* Tracks max value of allocated */
36 uint32_t size; /* Total size for this allocator */
37 uint32_t num_alloc_fail; /* Number of failed alloc requests */
38 uint32_t biggest_alloc_fail; /* Size of biggest failed alloc */
39 uint32_t biggest_alloc_fail_used; /* Alloc bytes when above occurred */
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dmalloc.h73 struct malloc_stats { struct
83 void malloc_get_stats(struct malloc_stats *stats); argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dmalloc.h73 struct malloc_stats { struct
83 void malloc_get_stats(struct malloc_stats *stats); argument
/OK3568_Linux_fs/u-boot/common/
H A Ddlmalloc.c2310 void malloc_stats() in malloc_stats() function