Home
last modified time | relevance | path

Searched defs:kBlockOverhead (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_allocator/block/public/pw_allocator/block/
H A Dbasic.h91 static constexpr size_t kBlockOverhead = variable
/aosp_15_r20/external/skia/src/base/
H A DSkBlockAllocator.h568 static constexpr int kBlockOverhead = (int) BlockOverhead<Align, Padding>(); in allocate() local