Home
last modified time | relevance | path

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

/external/llvm-libc/test/integration/scudo/
Dintegration_test.cpp11 static const size_t ALLOC_SIZE = 128; variable
/external/ltp/testcases/kernel/syscalls/madvise/
Dmadvise05.c22 #define ALLOC_SIZE (32 * 1024 * 1024) macro
/external/curl/lib/
Dmemdebug.h38 # define ALLOC_SIZE(s) __attribute__((alloc_size(s))) macro
42 # define ALLOC_SIZE(s) macro
46 # define ALLOC_SIZE(s) macro
/external/deqp/framework/randomshaders/
DrsgToken.hpp246 ALLOC_SIZE = 64 enumerator
/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp3592 static const VkDeviceSize ALLOC_SIZE = 512ull * 1024; in TestPool_MinBlockCount() local
3670 static const VkDeviceSize ALLOC_SIZE = 32; in TestPool_MinAllocationAlignment() local
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c822 #define ALLOC_SIZE 128 macro