Home
last modified time | relevance | path

Searched defs:kAlignment (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dobject-allocator.h152 constexpr size_t kAlignment = 2 * kAllocationGranularity; in AllocateObjectOnSpace() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dpool_urbg.cc191 constexpr size_t kAlignment = in PoolAlignedAlloc() local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dthread_identity.h56 static constexpr int kAlignment = 1 << kLowZeroBits; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBufferVk.cpp142 constexpr size_t kAlignment = 4u; in Initialize() local
/third_party/gn/src/gn/
Dimmutable_vector.h216 static constexpr size_t kAlignment = alignof(T) > alignof(Header) variable
/third_party/node/deps/v8/src/heap/
Dbasic-memory-chunk.h127 static const intptr_t kAlignment = variable