Home
last modified time | relevance | path

Searched defs:ALLOC_SIZE (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/llvm-libc/test/src/__support/
H A Dfreelist_heap_test.cpp54 constexpr size_t ALLOC_SIZE = 512; variable
62 constexpr size_t ALLOC_SIZE = 512; variable
80 constexpr size_t ALLOC_SIZE = 512; variable
125 constexpr size_t ALLOC_SIZE = 512; variable
136 constexpr size_t ALLOC_SIZE = sizeof(int); variable
156 constexpr size_t ALLOC_SIZE = 512; variable
167 constexpr size_t ALLOC_SIZE = 512; variable
178 constexpr size_t ALLOC_SIZE = 512; variable
190 constexpr size_t ALLOC_SIZE = 128; variable
204 constexpr size_t ALLOC_SIZE = 143; variable
[all …]
/aosp_15_r20/external/curl/lib/
H A Dmemdebug.h38 # define ALLOC_SIZE(s) __attribute__((__alloc_size__(s))) macro
42 # define ALLOC_SIZE(s) macro
46 # define ALLOC_SIZE(s) macro
/aosp_15_r20/art/test/004-ThreadStress/src-art/
H A DMain.java73 private final static int ALLOC_SIZE = 1024; field in Main.OOM
132 private final static int ALLOC_SIZE = 1024; // Needs to be small enough to not be in LOS. field in Main.Alloc
167 private final static int ALLOC_SIZE = 1024; // Needs to be small enough to not be in LOS. field in Main.NonMovingAlloc
/aosp_15_r20/external/llvm-libc/test/integration/scudo/
H A Dintegration_test.cpp11 static const size_t ALLOC_SIZE = 128; variable
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise05.c22 #define ALLOC_SIZE (32 * 1024 * 1024) macro
/aosp_15_r20/system/extras/tests/pagingtest/
H A Dpagingtest.c16 #define ALLOC_SIZE (10 * 1024 * 1024) macro
/aosp_15_r20/external/deqp/framework/randomshaders/
H A DrsgToken.hpp246 ALLOC_SIZE = 64 enumerator
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/
H A DTests.cpp3592 static const VkDeviceSize ALLOC_SIZE = 512ull * 1024; in TestPool_MinBlockCount() local
3670 static const VkDeviceSize ALLOC_SIZE = 32; in TestPool_MinAllocationAlignment() local
/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Dmksquashfs.c822 #define ALLOC_SIZE 128 macro