Home
last modified time | relevance | path

Searched refs:__acrt_total_allocations (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/ucrt/heap/
H A Ddebug_heap.cpp121 static size_t __acrt_total_allocations {0}; variable
389 if (SIZE_MAX - __acrt_total_allocations > size) in heap_alloc_dbg_internal()
391 __acrt_total_allocations += size; in heap_alloc_dbg_internal()
395 __acrt_total_allocations = SIZE_MAX; in heap_alloc_dbg_internal()
618 else if (__acrt_total_allocations < old_head->_data_size) in realloc_dbg_nolock()
666 if (__acrt_total_allocations < SIZE_MAX) in realloc_dbg_nolock()
668 __acrt_total_allocations -= new_head->_data_size; in realloc_dbg_nolock()
669 __acrt_total_allocations += SIZE_MAX - __acrt_total_allocations > *new_size in realloc_dbg_nolock()
1556 state->lTotalCount = __acrt_total_allocations; in _CrtMemCheckpoint()