Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/lib/core/
H A Darena.h58 static const int kDefaultAlignment = 4; variable
60 static constexpr int kDefaultAlignment = 8; variable
/aosp_15_r20/external/angle/src/common/
H A DPoolAlloc.h65 static const int kDefaultAlignment = sizeof(void *); variable
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.h20 const uptr kDefaultAlignment = 16; variable
/aosp_15_r20/external/executorch/extension/memory_allocator/test/
H A Dmalloc_memory_allocator_test.cpp17 constexpr auto kDefaultAlignment = MallocMemoryAllocator::kDefaultAlignment; variable
/aosp_15_r20/external/libtextclassifier/native/utils/base/
H A Darena.cc110 const int BaseArena::kDefaultAlignment; member in libtextclassifier3::BaseArena
H A Darena.h108 static constexpr int kDefaultAlignment = 8; variable