Searched refs:current_bytes_allocated (Results 1 – 2 of 2) sorted by relevance
45 …ATE_MEM(current_bytes_allocated) > MP_STATE_MEM(peak_bytes_allocated)) MP_STATE_MEM(peak_bytes_all…92 MP_STATE_MEM(current_bytes_allocated) += num_bytes; in m_malloc()103 MP_STATE_MEM(current_bytes_allocated) += num_bytes; in m_malloc_maybe()118 MP_STATE_MEM(current_bytes_allocated) += num_bytes; in m_malloc_with_finaliser()153 MP_STATE_MEM(current_bytes_allocated) += diff; in m_realloc()181 MP_STATE_MEM(current_bytes_allocated) += diff; in m_realloc_maybe()201 MP_STATE_MEM(current_bytes_allocated) -= num_bytes; in m_free()216 return MP_STATE_MEM(current_bytes_allocated); in m_get_current_bytes_allocated()
69 size_t current_bytes_allocated; member
Completed in 3 milliseconds