Home
last modified time | relevance | path

Searched refs:entry_overhead (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_kvs/public/pw_kvs/internal/
Dentry.h141 static constexpr size_t entry_overhead() { return sizeof(EntryHeader); } in entry_overhead() function
/external/pigweed/pw_kvs/public/pw_kvs/
Dkey_value_store.h336 return partition_sector_size_bytes - Entry::entry_overhead(); in max_key_value_size_bytes()