Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overload-Technologies/Overload
/ empty
Method
empty
Dependencies/tracy/client/tracy_SPSCQueue.h:115–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
bool empty() const noexcept {
116
return writeIdx_.load(std::memory_order_acquire) ==
117
readIdx_.load(std::memory_order_acquire);
118
}
119
120
size_t capacity() const noexcept { return capacity_ - 1; }
121
Callers
4
InitKernelSymbols
Function · 0.45
CompressWorker
Method · 0.45
DequeueSerial
Method · 0.45
elf_iterate_phdr_and_add_new_files
Function · 0.45
Calls
1
load
Method · 0.45
Tested by
no test coverage detected