Searched defs:ALLOC_SIZE (Results 1 – 9 of 9) sorted by relevance
54 constexpr size_t ALLOC_SIZE = 512; variable62 constexpr size_t ALLOC_SIZE = 512; variable80 constexpr size_t ALLOC_SIZE = 512; variable125 constexpr size_t ALLOC_SIZE = 512; variable136 constexpr size_t ALLOC_SIZE = sizeof(int); variable156 constexpr size_t ALLOC_SIZE = 512; variable167 constexpr size_t ALLOC_SIZE = 512; variable178 constexpr size_t ALLOC_SIZE = 512; variable190 constexpr size_t ALLOC_SIZE = 128; variable204 constexpr size_t ALLOC_SIZE = 143; variable[all …]
38 # define ALLOC_SIZE(s) __attribute__((__alloc_size__(s))) macro42 # define ALLOC_SIZE(s) macro46 # define ALLOC_SIZE(s) macro
73 private final static int ALLOC_SIZE = 1024; field in Main.OOM132 private final static int ALLOC_SIZE = 1024; // Needs to be small enough to not be in LOS. field in Main.Alloc167 private final static int ALLOC_SIZE = 1024; // Needs to be small enough to not be in LOS. field in Main.NonMovingAlloc
11 static const size_t ALLOC_SIZE = 128; variable
22 #define ALLOC_SIZE (32 * 1024 * 1024) macro
16 #define ALLOC_SIZE (10 * 1024 * 1024) macro
246 ALLOC_SIZE = 64 enumerator
3592 static const VkDeviceSize ALLOC_SIZE = 512ull * 1024; in TestPool_MinBlockCount() local3670 static const VkDeviceSize ALLOC_SIZE = 32; in TestPool_MinAllocationAlignment() local
822 #define ALLOC_SIZE 128 macro