Searched defs:kAllocSize (Results 1 – 12 of 12) sorted by relevance
16 static const int kAllocSize = 1 << 20; variable
24 static const int kAllocSize = 256; variable
23 const size_t kAllocSize = 100; in MallocReleaseStress() local
24 static const int kAllocSize = 1; variable
66 const int kAllocSize = 1 << 28; // 256Mb variable
25 const int kAllocSize = 1000; variable
31 static const int kAllocSize = 1 << 20; // Large enough to go via mmap. variable
59 const size_t kAllocSize = 100; in MallocReleaseStress() local
26 static const size_t kAllocSize = 1 << 20; // 1MB. variable
3 const size_t kAllocSize = 16; variable
1300 memset(x, 0, kAllocSize); in TEST() local