Home
last modified time | relevance | path

Searched refs:TRACEALLOCATOR (Results 1 – 2 of 2) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/flow/
H A DSystemMonitor.cpp51 #define TRACEALLOCATOR( size ) TraceEvent("MemSample").detail("Count", FastAllocator<size>::getAppr… macro
256 TRACEALLOCATOR(16); in customSystemMonitor()
257 TRACEALLOCATOR(32); in customSystemMonitor()
258 TRACEALLOCATOR(64); in customSystemMonitor()
259 TRACEALLOCATOR(128); in customSystemMonitor()
260 TRACEALLOCATOR(256); in customSystemMonitor()
261 TRACEALLOCATOR(512); in customSystemMonitor()
262 TRACEALLOCATOR(1024); in customSystemMonitor()
263 TRACEALLOCATOR(2048); in customSystemMonitor()
264 TRACEALLOCATOR(4096); in customSystemMonitor()
[all …]
H A DPlatform.cpp2387 #define TRACEALLOCATOR( size ) TraceEvent("MemSample").detail("Count", FastAllocator<size>::getAppr… macro
2479 TRACEALLOCATOR(16); in outOfMemory()
2480 TRACEALLOCATOR(32); in outOfMemory()
2481 TRACEALLOCATOR(64); in outOfMemory()
2482 TRACEALLOCATOR(128); in outOfMemory()
2483 TRACEALLOCATOR(256); in outOfMemory()
2484 TRACEALLOCATOR(512); in outOfMemory()
2485 TRACEALLOCATOR(1024); in outOfMemory()
2486 TRACEALLOCATOR(2048); in outOfMemory()
2487 TRACEALLOCATOR(4096); in outOfMemory()
[all …]