Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dallocator_shim_default_dispatch_to_partition_alloc_unittest.cc125 TEST(PartitionAllocAsMalloc, Memalign) { in TEST() argument
/aosp_15_r20/external/scudo/standalone/
H A Dchunk.h59 Memalign = 3, enumerator
/aosp_15_r20/external/libchrome/base/process/
H A Dmemory_unittest.cc326 TEST_F(OutOfMemoryDeathTest, Memalign) { in TEST_F() argument
/aosp_15_r20/external/scudo/standalone/tests/
H A Dwrappers_c_test.cpp240 TEST_F(ScudoWrappersCTest, Memalign) { in TEST_F() argument
/aosp_15_r20/external/cronet/base/process/
H A Dmemory_unittest.cc399 TEST_F(OutOfMemoryDeathTest, Memalign) { in TEST_F() argument
/aosp_15_r20/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_system_tests.cpp519 static void Memalign() { in Memalign() function