Searched refs:heap_max_chunk (Results 1 – 2 of 2) sorted by relevance
18 size_t heap_max_chunk; member
443 ptr->heap_max_chunk = 0; in miniheap_get_stats()450 if (chunk->len > ptr->heap_max_chunk) { in miniheap_get_stats()451 ptr->heap_max_chunk = chunk->len; in miniheap_get_stats()
Completed in 3 milliseconds