Home
last modified time | relevance | path

Searched refs:allocated_bytes (Results 151 – 175 of 478) sorted by relevance

12345678910>>...20

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A Dg1IHOPControl.hpp73 …virtual void update_allocation_info(double allocation_time_s, size_t allocated_bytes, size_t addit…
142 …virtual void update_allocation_info(double allocation_time_s, size_t allocated_bytes, size_t addit…
/dports/lang/v8/v8-9.6.180.12/src/zone/
H A Dtype-stats.cc65 total_allocated_bytes += entry.allocated_bytes; in Dump()
67 PrintF("%12zu | %12zu | %10zu | %6zu | %s\n", entry.allocated_bytes, in Dump()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/zone/
H A Dtype-stats.cc64 total_allocated_bytes += entry.allocated_bytes; in Dump()
66 PrintF("%12zu | %12zu | %10zu | %6zu | %s\n", entry.allocated_bytes, in Dump()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A Dg1IHOPControl.hpp73 …virtual void update_allocation_info(double allocation_time_s, size_t allocated_bytes, size_t addit…
142 …virtual void update_allocation_info(double allocation_time_s, size_t allocated_bytes, size_t addit…
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1IHOPControl.hpp73 …virtual void update_allocation_info(double allocation_time_s, size_t allocated_bytes, size_t addit…
145 …virtual void update_allocation_info(double allocation_time_s, size_t allocated_bytes, size_t addit…
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A Dg1IHOPControl.hpp73 …virtual void update_allocation_info(double allocation_time_s, size_t allocated_bytes, size_t addit…
145 …virtual void update_allocation_info(double allocation_time_s, size_t allocated_bytes, size_t addit…
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A Dthread.inline.hpp70 jlong allocated_bytes = OrderAccess::load_acquire(&_allocated_bytes); in cooked_allocated_bytes() local
79 return allocated_bytes + used_bytes; in cooked_allocated_bytes()
82 return allocated_bytes; in cooked_allocated_bytes()
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/detail/cuda/test/
H A Dcuda_stack.cpp36 <<"\n allocated(bytes) "<< buf.allocated_bytes() in main()
42 assert( buf.allocated_bytes() == buf.deallocated_bytes() ); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A Dthread.inline.hpp70 jlong allocated_bytes = OrderAccess::load_acquire(&_allocated_bytes); in cooked_allocated_bytes() local
79 return allocated_bytes + used_bytes; in cooked_allocated_bytes()
82 return allocated_bytes; in cooked_allocated_bytes()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A Dthread.inline.hpp70 jlong allocated_bytes = Atomic::load_acquire(&_allocated_bytes); in cooked_allocated_bytes() local
79 return allocated_bytes + used_bytes; in cooked_allocated_bytes()
82 return allocated_bytes; in cooked_allocated_bytes()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A Dthread.inline.hpp70 jlong allocated_bytes = Atomic::load_acquire(&_allocated_bytes); in cooked_allocated_bytes() local
79 return allocated_bytes + used_bytes; in cooked_allocated_bytes()
82 return allocated_bytes; in cooked_allocated_bytes()
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/lib-set/
H A Dtestmap.ml183 let a0 = Gc.allocated_bytes () in
184 let a1 = Gc.allocated_bytes () in
186 let a2 = Gc.allocated_bytes () in
210 let a0 = Gc.allocated_bytes () in
211 let a1 = Gc.allocated_bytes () in
216 let a2 = Gc.allocated_bytes () in
H A Dtestset.ml196 let a0 = Gc.allocated_bytes () in
197 let a1 = Gc.allocated_bytes () in
199 let a2 = Gc.allocated_bytes () in
211 let a0 = Gc.allocated_bytes () in
212 let a1 = Gc.allocated_bytes () in
214 let a2 = Gc.allocated_bytes () in
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/lib-set/
H A Dtestmap.ml183 let a0 = Gc.allocated_bytes () in
184 let a1 = Gc.allocated_bytes () in
186 let a2 = Gc.allocated_bytes () in
210 let a0 = Gc.allocated_bytes () in
211 let a1 = Gc.allocated_bytes () in
216 let a2 = Gc.allocated_bytes () in
H A Dtestset.ml196 let a0 = Gc.allocated_bytes () in
197 let a1 = Gc.allocated_bytes () in
199 let a2 = Gc.allocated_bytes () in
211 let a0 = Gc.allocated_bytes () in
212 let a1 = Gc.allocated_bytes () in
214 let a2 = Gc.allocated_bytes () in
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/detail/
H A Dstack_allocator.hpp36 using base_::allocated_bytes;
135 <<"\n allocated(bytes) "<< buf.allocated_bytes() in main()
142 assert( buf.allocated_bytes() == buf.deallocated_bytes() ); in main()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/esan/
H A Desan_interceptors.cpp422 static uptr allocated_bytes; variable
446 void *mem = (void *)&early_alloc_buf[allocated_bytes]; in handleEarlyAlloc()
447 allocated_bytes += size; in handleEarlyAlloc()
448 CHECK_LT(allocated_bytes, early_alloc_buf_size); in handleEarlyAlloc()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/bumpalo-3.7.0/tests/
H A Dallocator_api.rs104 let allocated = bump.allocated_bytes(); in allocator_grow_zeroed()
114 assert!(bump.allocated_bytes() <= allocated * 2); in allocator_grow_zeroed()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/bumpalo-3.7.0/tests/
H A Dallocator_api.rs104 let allocated = bump.allocated_bytes(); in allocator_grow_zeroed()
114 assert!(bump.allocated_bytes() <= allocated * 2); in allocator_grow_zeroed()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/bumpalo-3.7.0/tests/
H A Dallocator_api.rs104 let allocated = bump.allocated_bytes(); in allocator_grow_zeroed()
114 assert!(bump.allocated_bytes() <= allocated * 2); in allocator_grow_zeroed()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/bumpalo-3.6.1/tests/
H A Dallocator_api.rs104 let allocated = bump.allocated_bytes(); in allocator_grow_zeroed()
114 assert!(bump.allocated_bytes() <= allocated * 2); in allocator_grow_zeroed()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/bumpalo-3.7.0/tests/
H A Dallocator_api.rs104 let allocated = bump.allocated_bytes(); in allocator_grow_zeroed()
114 assert!(bump.allocated_bytes() <= allocated * 2); in allocator_grow_zeroed()
/dports/net/routinator/routinator-0.10.2/cargo-crates/bumpalo-3.7.0/tests/
H A Dallocator_api.rs104 let allocated = bump.allocated_bytes(); in allocator_grow_zeroed()
114 assert!(bump.allocated_bytes() <= allocated * 2); in allocator_grow_zeroed()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/bumpalo-3.7.0/tests/
H A Dallocator_api.rs104 let allocated = bump.allocated_bytes(); in allocator_grow_zeroed()
114 assert!(bump.allocated_bytes() <= allocated * 2); in allocator_grow_zeroed()
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/bumpalo-3.7.0/tests/
H A Dallocator_api.rs104 let allocated = bump.allocated_bytes(); in allocator_grow_zeroed()
114 assert!(bump.allocated_bytes() <= allocated * 2); in allocator_grow_zeroed()

12345678910>>...20