Home
last modified time | relevance | path

Searched refs:isolation_threshold (Results 1 - 1 of 1) sorted by relevance

/third_party/nghttp2/src/
H A Dallocator.h55 // The |isolation_threshold| must be less than or equal to
58 BlockAllocator(size_t block_size, size_t isolation_threshold) in BlockAllocator()
62 isolation_threshold(std::min(block_size, isolation_threshold)) { in BlockAllocator()
63 assert(isolation_threshold <= block_size); in BlockAllocator()
72 isolation_threshold(other.isolation_threshold) {} in isolation_threshold() function
80 isolation_threshold = other.isolation_threshold;
111 if (size + sizeof(size_t) >= isolation_threshold) { in alloc()
177 size_t isolation_threshold; global() member
[all...]

Completed in 1 milliseconds