Home
last modified time | relevance | path

Searched refs:max_bytes (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/libartbase/base/
H A Dallocator.h91 size_t max_bytes = g_max_bytes_used[tag].load(std::memory_order_relaxed); in RegisterAllocation() local
92 while (max_bytes < new_bytes in RegisterAllocation()
93 && !g_max_bytes_used[tag].compare_exchange_weak(max_bytes /* updated */, new_bytes, in RegisterAllocation()
/aosp12/system/bt/gd/packet/
H A Draw_builder.cc30 RawBuilder::RawBuilder(size_t max_bytes) : max_bytes_(max_bytes) {} in RawBuilder() argument
H A Draw_builder.h32 explicit RawBuilder(size_t max_bytes);
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_reader.cpp228 const std::optional<uint64_t>& max_bytes) { in ReadBlock() argument
230 if (max_bytes) { in ReadBlock()
231 bytes_to_read = *max_bytes; in ReadBlock()
H A Dsnapshot_reader.h69 const std::optional<uint64_t>& max_bytes = {});
/aosp12/system/bt/doc/
H A Dstyle_guide.md190 size_t open_and_read_file(const char *filename, void *target_buffer, size_t max_bytes) {
194 CHECK(max_bytes > 0);
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dpkt_sched.h480 __s32 max_bytes; member