Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dstats_collector.d106 bytesAllocated = 1u << 13, enumerator
248 @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()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dstats_collector.d92 bytesAllocated = 1u << 11, enumerator
230 @property ulong bytesAllocated() const; in version()
311 | Options.bytesAllocated)))
692 assert(a.bytesAllocated == 202); in test()
696 assert(a.bytesAllocated == 404); in test()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/
H A Dgc.d81 ulong bytesAllocated; // thread local counter variable
506 bytesAllocated += alloc_size;
1329 return bytesAllocated;
1380 stats.allocatedInCurrentThread = bytesAllocated;