Searched refs:peak (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/minilibc/include/ |
A D | umm_heap.h | 82 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 D | genie_cli.c | 251 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 D | csi_kernel.h | 607 k_status_t csi_kernel_get_mminfo(int32_t *total, int32_t *used, int32_t *free, int32_t *peak);
|
A D | csi_rhino.c | 1292 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 D | csi_kernel.h | 602 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 D | structure.txt | 763 peak memory usage would be about the same anyway; and having per-pass storage
|
Completed in 11 milliseconds