Home
last modified time | relevance | path

Searched defs:kMinAllocationSize (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrMemoryPool.h44 inline static constexpr size_t kMinAllocationSize = 1 << 10; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dbfc_allocator.h284 static constexpr size_t kMinAllocationSize = 1 << kMinAllocationBits; variable
/aosp_15_r20/bionic/tests/
H A Dmalloc_test.cpp1070 static constexpr size_t kMinAllocationSize = 8; in TEST() local