Searched refs:allocated_bytes (Results 1 – 7 of 7) sorted by relevance
33 size_t allocated_bytes = mallinfo().uordblks; in TestCheckForLeaks() local35 first_allocated_bytes = allocated_bytes; in TestCheckForLeaks()41 last_allocated_bytes = allocated_bytes; in TestCheckForLeaks()
40 size_t allocated_bytes = mallinfo().uordblks; in CheckForLeak() local42 *first_allocated_bytes = allocated_bytes; in CheckForLeak()49 *last_allocated_bytes = allocated_bytes; in CheckForLeak()
72 allocated_bytes = 0; in Clear()94 uint64_t allocated_bytes; member
2295 return stats->allocated_bytes; in GetStat()
226 thread_stats->allocated_bytes += bytes_allocated; in AllocObjectWithAllocator()229 global_stats->allocated_bytes += bytes_allocated; in AllocObjectWithAllocator()
1871 size_t allocated_bytes = mallinfo().uordblks; in CheckForLeak() local1873 first_allocated_bytes = allocated_bytes; in CheckForLeak()1878 last_allocated_bytes = allocated_bytes; in CheckForLeak()
934 uint8_t *release_raw(size_t &allocated_bytes, size_t &offset) {936 allocated_bytes = reserved_;