HomeSort by relevance Sort by last modified time
    Searched defs:alloc2 (Results 1 - 8 of 8) sorted by null

  /art/test/104-growth-limit/src/
Main.java 40 int alloc2 = allocateTillOOME(); local
42 if (alloc1 > alloc2) {
44 "limit cleared (" + alloc1 + " MBs > " + alloc2 + " MBs");
  /external/skia/tests/
VkHeapTests.cpp 27 GrVkAlloc alloc0, alloc1, alloc2, alloc3; local
39 REPORTER_ASSERT(reporter, heap.alloc(18 * 1024, &alloc2));
51 heap.free(alloc2);
66 REPORTER_ASSERT(reporter, heap.alloc(10 * 1024, &alloc2));
75 heap.free(alloc2);
81 REPORTER_ASSERT(reporter, heap.alloc(15 * 1024, &alloc2));
86 heap.free(alloc2);
101 REPORTER_ASSERT(reporter, heap.alloc(15 * 1024 - 19, &alloc2));
106 heap.free(alloc2);
124 GrVkAlloc alloc0, alloc1, alloc2, alloc3 local
183 GrVkAlloc alloc0, alloc1, alloc2, alloc3; local
    [all...]
  /external/skqp/tests/
VkHeapTests.cpp 27 GrVkAlloc alloc0, alloc1, alloc2, alloc3; local
39 REPORTER_ASSERT(reporter, heap.alloc(18 * 1024, &alloc2));
51 heap.free(alloc2);
66 REPORTER_ASSERT(reporter, heap.alloc(10 * 1024, &alloc2));
75 heap.free(alloc2);
81 REPORTER_ASSERT(reporter, heap.alloc(15 * 1024, &alloc2));
86 heap.free(alloc2);
101 REPORTER_ASSERT(reporter, heap.alloc(15 * 1024 - 19, &alloc2));
106 heap.free(alloc2);
124 GrVkAlloc alloc0, alloc1, alloc2, alloc3 local
183 GrVkAlloc alloc0, alloc1, alloc2, alloc3; local
    [all...]
  /art/runtime/base/
arena_allocator_test.cc 78 void* alloc2 = allocator.Alloc(arena_allocator::kArenaDefaultSize * 2 / 8); local
79 ASSERT_NE(alloc1, alloc2);
86 void* alloc2 = allocator.Alloc(arena_allocator::kArenaDefaultSize * 11 / 16); local
87 ASSERT_NE(alloc1, alloc2);
91 ASSERT_NE(alloc2, alloc3);
98 void* alloc2 = allocator.Alloc(arena_allocator::kArenaDefaultSize * 9 / 16); local
99 ASSERT_NE(alloc1, alloc2);
104 ASSERT_NE(alloc2, alloc3);
111 void* alloc2 = allocator.Alloc(arena_allocator::kArenaDefaultSize * 13 / 16); local
112 ASSERT_NE(alloc1, alloc2);
    [all...]
  /frameworks/rs/
rsAllocation.cpp 868 Allocation *alloc2 = static_cast<Allocation *>(valloc2); local
869 alloc1->shareBufferQueue(rsc, alloc2);
    [all...]
  /external/mksh/src/
sh.h 2311 #define alloc2 macro
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elflink.c 2362 Elf_Internal_Rela *alloc2 = NULL; local
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 6648 int alloc2 = 0 ; variable
6706 int alloc2 = 0 ; variable
8131 int alloc2 = 0 ; variable
8467 int alloc2 = 0 ; variable
8679 int alloc2 = 0 ; variable
8927 int alloc2 = 0 ; variable
9305 int alloc2 = 0 ; variable
9581 int alloc2 = 0 ; variable
9824 int alloc2 = 0 ; variable
10184 int alloc2 = 0 ; variable
10469 int alloc2 = 0 ; variable
10655 int alloc2 = 0 ; variable
10831 int alloc2 = 0 ; variable
11048 int alloc2 = 0 ; variable
11203 int alloc2 = 0 ; variable
    [all...]

Completed in 297 milliseconds