HomeSort by relevance Sort by last modified time
    Searched refs:CheckAlignment (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
memalign_unittest.cc 105 static void CheckAlignment(void* p, int align) {
137 CheckAlignment(ptr, a);
144 CheckAlignment(ptr, a);
157 CheckAlignment(p1, 1<<20);
158 CheckAlignment(p2, 1<<19);
159 CheckAlignment(p3, 1<<21);
199 CheckAlignment(p, pagesize);
210 CheckAlignment(p, pagesize);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
memalign_unittest.cc 105 static void CheckAlignment(void* p, int align) {
137 CheckAlignment(ptr, a);
144 CheckAlignment(ptr, a);
157 CheckAlignment(p1, 1<<20);
158 CheckAlignment(p2, 1<<19);
159 CheckAlignment(p3, 1<<21);
199 CheckAlignment(p, pagesize);
210 CheckAlignment(p, pagesize);
  /external/chromium_org/base/allocator/
allocator_unittests.cc 55 static void CheckAlignment(void* p, int align) {
359 CheckAlignment(ptr, 2); // Should be 2 byte aligned
491 CheckAlignment(ptr, kTestAlignments[i]);
503 CheckAlignment(ptr2, kTestAlignments[i]);
  /external/chromium/base/allocator/
allocator_unittests.cc 56 static void CheckAlignment(void* p, int align) {
360 CheckAlignment(ptr, 2); // Should be 2 byte aligned

Completed in 253 milliseconds