Home
last modified time | relevance | path

Searched refs:NumberOfAllocs (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/scudo/
H A Dscudo_allocator_secondary.h145 NumberOfAllocs++; in Allocate()
175 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, in PrintStats()
176 FreedBytes >> 10, NumberOfAllocs - NumberOfFrees, in PrintStats()
185 u32 NumberOfAllocs; variable
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/scudo/
H A Dscudo_allocator_secondary.h146 NumberOfAllocs++; in Allocate()
176 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, in PrintStats()
177 FreedBytes >> 10, NumberOfAllocs - NumberOfFrees, in PrintStats()
186 u32 NumberOfAllocs; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator_secondary.h145 NumberOfAllocs++; in Allocate()
175 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, in PrintStats()
176 FreedBytes >> 10, NumberOfAllocs - NumberOfFrees, in PrintStats()
185 u32 NumberOfAllocs; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/scudo/
H A Dscudo_allocator_secondary.h145 NumberOfAllocs++; in Allocate()
175 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, in PrintStats()
176 FreedBytes >> 10, NumberOfAllocs - NumberOfFrees, in PrintStats()
185 u32 NumberOfAllocs; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/scudo/
H A Dscudo_allocator_secondary.h145 NumberOfAllocs++; in Allocate()
175 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, in PrintStats()
176 FreedBytes >> 10, NumberOfAllocs - NumberOfFrees, in PrintStats()
185 u32 NumberOfAllocs; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/
H A Dscudo_allocator_secondary.h145 NumberOfAllocs++; in Allocate()
175 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, in PrintStats()
176 FreedBytes >> 10, NumberOfAllocs - NumberOfFrees, in PrintStats()
185 u32 NumberOfAllocs; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/scudo/
H A Dscudo_allocator_secondary.h145 NumberOfAllocs++; in Allocate()
175 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, in PrintStats()
176 FreedBytes >> 10, NumberOfAllocs - NumberOfFrees, in PrintStats()
185 u32 NumberOfAllocs; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/
H A Dscudo_allocator_secondary.h145 NumberOfAllocs++; in Allocate()
175 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, in PrintStats()
176 FreedBytes >> 10, NumberOfAllocs - NumberOfFrees, in PrintStats()
185 u32 NumberOfAllocs; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/
H A Dscudo_allocator_secondary.h145 NumberOfAllocs++; in Allocate()
175 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, in PrintStats()
176 FreedBytes >> 10, NumberOfAllocs - NumberOfFrees, in PrintStats()
185 u32 NumberOfAllocs; variable
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/scudo/
H A Dscudo_allocator_secondary.h145 NumberOfAllocs++; in Allocate()
175 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, in PrintStats()
176 FreedBytes >> 10, NumberOfAllocs - NumberOfFrees, in PrintStats()
185 u32 NumberOfAllocs; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator_secondary.h145 NumberOfAllocs++; in Allocate()
175 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, in PrintStats()
176 FreedBytes >> 10, NumberOfAllocs - NumberOfFrees, in PrintStats()
185 u32 NumberOfAllocs; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/
H A Dscudo_allocator_secondary.h145 NumberOfAllocs++; in Allocate()
175 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, in PrintStats()
176 FreedBytes >> 10, NumberOfAllocs - NumberOfFrees, in PrintStats()
185 u32 NumberOfAllocs; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h101 u32 NumberOfAllocs; variable
138 NumberOfAllocs++; in allocate()
200 NumberOfAllocs++; in allocate()
253 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, FreedBytes >> 10, in getStats()
254 NumberOfAllocs - NumberOfFrees, (AllocatedBytes - FreedBytes) >> 10, in getStats()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h284 u32 NumberOfAllocs; variable
324 NumberOfAllocs++; in allocate()
384 NumberOfAllocs++; in allocate()
416 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, FreedBytes >> 10, in getStats()
417 NumberOfAllocs - NumberOfFrees, (AllocatedBytes - FreedBytes) >> 10, in getStats()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/scudo/standalone/
H A Dsecondary.h284 u32 NumberOfAllocs; variable
324 NumberOfAllocs++; in allocate()
384 NumberOfAllocs++; in allocate()
416 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, FreedBytes >> 10, in getStats()
417 NumberOfAllocs - NumberOfFrees, (AllocatedBytes - FreedBytes) >> 10, in getStats()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h306 u32 NumberOfAllocs; variable
347 NumberOfAllocs++; in allocate()
407 NumberOfAllocs++; in allocate()
439 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, FreedBytes >> 10, in getStats()
440 NumberOfAllocs - NumberOfFrees, (AllocatedBytes - FreedBytes) >> 10, in getStats()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h305 u32 NumberOfAllocs; variable
346 NumberOfAllocs++; in allocate()
406 NumberOfAllocs++; in allocate()
438 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, FreedBytes >> 10, in getStats()
439 NumberOfAllocs - NumberOfFrees, (AllocatedBytes - FreedBytes) >> 10, in getStats()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h305 u32 NumberOfAllocs; variable
346 NumberOfAllocs++; in allocate()
406 NumberOfAllocs++; in allocate()
438 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, FreedBytes >> 10, in getStats()
439 NumberOfAllocs - NumberOfFrees, (AllocatedBytes - FreedBytes) >> 10, in getStats()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h466 u32 NumberOfAllocs = 0; variable
517 NumberOfAllocs++; in allocate()
581 NumberOfAllocs++; in allocate()
608 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, FreedBytes >> 10, in getStats()
609 NumberOfAllocs - NumberOfFrees, (AllocatedBytes - FreedBytes) >> 10, in getStats()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h466 u32 NumberOfAllocs = 0; variable
517 NumberOfAllocs++; in allocate()
581 NumberOfAllocs++; in allocate()
607 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, in getStats()
608 FreedBytes >> 10, NumberOfAllocs - NumberOfFrees, in getStats()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h466 u32 NumberOfAllocs = 0; variable
517 NumberOfAllocs++; in allocate()
581 NumberOfAllocs++; in allocate()
608 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, FreedBytes >> 10, in getStats()
609 NumberOfAllocs - NumberOfFrees, (AllocatedBytes - FreedBytes) >> 10, in getStats()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h466 u32 NumberOfAllocs = 0; variable
517 NumberOfAllocs++; in allocate()
581 NumberOfAllocs++; in allocate()
608 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, FreedBytes >> 10, in getStats()
609 NumberOfAllocs - NumberOfFrees, (AllocatedBytes - FreedBytes) >> 10, in getStats()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h466 u32 NumberOfAllocs = 0; variable
517 NumberOfAllocs++; in allocate()
581 NumberOfAllocs++; in allocate()
608 NumberOfAllocs, AllocatedBytes >> 10, NumberOfFrees, FreedBytes >> 10, in getStats()
609 NumberOfAllocs - NumberOfFrees, (AllocatedBytes - FreedBytes) >> 10, in getStats()
/dports/net/wireshark-lite/wireshark-3.6.1/tools/
H A Dncp2222.py3150 NumberOfAllocs = uint32("num_of_allocs", "Number of Allocations") variable
16053 rec(20, 4, NumberOfAllocs ),
/dports/net/wireshark/wireshark-3.6.1/tools/
H A Dncp2222.py3150 NumberOfAllocs = uint32("num_of_allocs", "Number of Allocations") variable
16053 rec(20, 4, NumberOfAllocs ),

12