Searched refs:total_bytes_allocated (Results 1 – 2 of 2) sorted by relevance
91 MP_STATE_MEM(total_bytes_allocated) += num_bytes; in m_malloc()102 MP_STATE_MEM(total_bytes_allocated) += num_bytes; in m_malloc_maybe()117 MP_STATE_MEM(total_bytes_allocated) += num_bytes; in m_malloc_with_finaliser()152 MP_STATE_MEM(total_bytes_allocated) += diff; in m_realloc()180 MP_STATE_MEM(total_bytes_allocated) += diff; in m_realloc_maybe()212 return MP_STATE_MEM(total_bytes_allocated); in m_get_total_bytes_allocated()
68 size_t total_bytes_allocated; member
Completed in 3 milliseconds