MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / ImageMemoryPool

Method ImageMemoryPool

src/common/image/image_reader.cpp:200–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200ImageMemoryPool::ImageMemoryPool(size_t max_cached_per_size)
201 : max_cached_per_size_(max_cached_per_size) {
202}
203
204namespace {
205static size_t round_up_to(size_t value, size_t alignment) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected