Searched refs:bytes_max_allocated (Results 1 – 1 of 1) sorted by relevance
48 int bytes_max_allocated; member125 static int bytes_max_allocated; variable358 pos->mem_statis.bytes_max_allocated = in _count_malloc_internal()359 (pos->mem_statis.bytes_max_allocated >= os_malloc_pos->buflen) in _count_malloc_internal()360 ? pos->mem_statis.bytes_max_allocated in _count_malloc_internal()416 bytes_max_allocated = in LITE_malloc_internal()417 (bytes_max_allocated >= size) ? bytes_max_allocated : size; in LITE_malloc_internal()601 utils_warning(". bytes_max_allocated: %d", bytes_max_allocated); in LITE_dump_malloc_free_stats()629 module_pos->mem_statis.bytes_max_allocated, in LITE_dump_malloc_free_stats()
Completed in 4 milliseconds