Searched refs:bytesAllocated (Results 1 – 3 of 3) sorted by relevance
106 bytesAllocated = 1u << 13, enumerator248 @property ulong bytesAllocated() const; in version()331 | Options.bytesAllocated)))367 | Options.bytesAllocated)))398 | Options.bytesAllocated)))792 assert(a.bytesAllocated == 202); in test()796 assert(a.bytesAllocated == 404); in test()
92 bytesAllocated = 1u << 11, enumerator230 @property ulong bytesAllocated() const; in version()311 | Options.bytesAllocated)))692 assert(a.bytesAllocated == 202); in test()696 assert(a.bytesAllocated == 404); in test()
81 ulong bytesAllocated; // thread local counter variable506 bytesAllocated += alloc_size;1329 return bytesAllocated;1380 stats.allocatedInCurrentThread = bytesAllocated;