Home
last modified time | relevance | path

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

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/benchmarks/
H A Dallocation.bench.cpp98 const auto NumAllocs = st.max_iterations; in BM_DeallocateOnly() local
101 std::vector<void*> Pointers(NumAllocs); in BM_DeallocateOnly()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/benchmarks/
H A Dallocation.bench.cpp98 const auto NumAllocs = st.max_iterations; in BM_DeallocateOnly() local
101 std::vector<void*> Pointers(NumAllocs); in BM_DeallocateOnly()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/benchmarks/
H A Dallocation.bench.cpp98 const auto NumAllocs = st.max_iterations; in BM_DeallocateOnly() local
101 std::vector<void*> Pointers(NumAllocs); in BM_DeallocateOnly()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/benchmarks/
H A Dallocation.bench.cpp98 const auto NumAllocs = st.max_iterations; in BM_DeallocateOnly() local
101 std::vector<void*> Pointers(NumAllocs); in BM_DeallocateOnly()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/benchmarks/
H A Dallocation.bench.cpp98 const auto NumAllocs = st.max_iterations; in BM_DeallocateOnly() local
101 std::vector<void*> Pointers(NumAllocs); in BM_DeallocateOnly()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/benchmarks/
H A Dallocation.bench.cpp98 const auto NumAllocs = st.max_iterations; in BM_DeallocateOnly() local
101 std::vector<void*> Pointers(NumAllocs); in BM_DeallocateOnly()
/dports/devel/libc++/libcxx-10.0.1.src/benchmarks/
H A Dallocation.bench.cpp98 const auto NumAllocs = st.max_iterations; in BM_DeallocateOnly() local
101 std::vector<void*> Pointers(NumAllocs); in BM_DeallocateOnly()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/benchmarks/
H A Dallocation.bench.cpp98 const auto NumAllocs = st.max_iterations; in BM_DeallocateOnly() local
101 std::vector<void*> Pointers(NumAllocs); in BM_DeallocateOnly()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/benchmarks/
H A Dallocation.bench.cpp98 const auto NumAllocs = st.max_iterations; in BM_DeallocateOnly() local
101 std::vector<void*> Pointers(NumAllocs); in BM_DeallocateOnly()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/benchmarks/
H A Dallocation.bench.cpp98 const auto NumAllocs = st.max_iterations; in BM_DeallocateOnly() local
101 std::vector<void*> Pointers(NumAllocs); in BM_DeallocateOnly()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/benchmarks/
H A Dallocation.bench.cpp98 const auto NumAllocs = st.max_iterations; in BM_DeallocateOnly() local
101 std::vector<void*> Pointers(NumAllocs); in BM_DeallocateOnly()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/client/
H A Dgc.go34 NumAllocs() int methodSpec
135 liveAllocs := a.allocCounter.NumAllocs()
241 for a.allocCounter.NumAllocs() > max {
H A Dgc_test.go88 func (m *MockAllocCounter) NumAllocs() int { func
H A Dclient.go726 "num_allocations": strconv.Itoa(c.NumAllocs()),
1173 func (c *Client) NumAllocs() int { func
/dports/sysutils/nomad/nomad-1.1.0/client/
H A Dgc.go34 NumAllocs() int methodSpec
135 liveAllocs := a.allocCounter.NumAllocs()
241 for a.allocCounter.NumAllocs() > max {
H A Dgc_test.go88 func (m *MockAllocCounter) NumAllocs() int { func
H A Dclient.go809 "num_allocations": strconv.Itoa(c.NumAllocs()),
1273 func (c *Client) NumAllocs() int { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/vendor/golang.org/x/tools/cmd/heapview/internal/core/
H A Draw.go159 NumAllocs uint64 // number of allocations member