Searched refs:max_bytes (Results 1 – 7 of 7) sorted by relevance
91 size_t max_bytes = g_max_bytes_used[tag].load(std::memory_order_relaxed); in RegisterAllocation() local92 while (max_bytes < new_bytes in RegisterAllocation()93 && !g_max_bytes_used[tag].compare_exchange_weak(max_bytes /* updated */, new_bytes, in RegisterAllocation()
30 RawBuilder::RawBuilder(size_t max_bytes) : max_bytes_(max_bytes) {} in RawBuilder() argument
32 explicit RawBuilder(size_t max_bytes);
228 const std::optional<uint64_t>& max_bytes) { in ReadBlock() argument230 if (max_bytes) { in ReadBlock()231 bytes_to_read = *max_bytes; in ReadBlock()
69 const std::optional<uint64_t>& max_bytes = {});
190 size_t open_and_read_file(const char *filename, void *target_buffer, size_t max_bytes) {194 CHECK(max_bytes > 0);
480 __s32 max_bytes; member