Home
last modified time | relevance | path

Searched refs:peak (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/minilibc/include/
A Dumm_heap.h82 int32_t mm_get_mallinfo(int32_t *total, int32_t *used, int32_t *free, int32_t *peak);
/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_cli.c251 int total = 0, used = 0, mfree = 0, peak = 0; in _get_mm_info() local
252 aos_get_mminfo(&total, &used, &mfree, &peak); in _get_mm_info()
255 total, used, mfree, peak); in _get_mm_info()
/AliOS-Things-master/hardware/board/c906/adapter/
A Dcsi_kernel.h607 k_status_t csi_kernel_get_mminfo(int32_t *total, int32_t *used, int32_t *free, int32_t *peak);
A Dcsi_rhino.c1292 k_status_t csi_kernel_get_mminfo(int32_t *total, int32_t *used, int32_t *free, int32_t *peak) in csi_kernel_get_mminfo() argument
1297 *peak = g_kmm_head->maxused_size; in csi_kernel_get_mminfo()
/AliOS-Things-master/components/csi/csi2/include/
A Dcsi_kernel.h602 k_status_t csi_kernel_get_mminfo(int32_t *total, int32_t *used, int32_t *free, int32_t *peak);
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dstructure.txt763 peak memory usage would be about the same anyway; and having per-pass storage

Completed in 11 milliseconds