Searched defs:kObjectAlignment (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/art/runtime/ | ||
H A D | runtime_globals.h | 118 static constexpr size_t kObjectAlignment = 1u << kObjectAlignmentShift; variable |
/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/test/ | ||
H A D | function_tests.cc | 119 static constexpr size_t kObjectAlignment{alignof(LargeAlignedCallable)}; member in __anon339fe1ef0111::SingleObjectAllocatorResources |