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

  /external/skia/tests/
GrAllocatorTest.cpp 75 // Test combinations of allocators with and without stack storage and with different block
77 SkTArray<GrTAllocator<C>*> allocators; local
79 allocators.push_back(&a1);
81 allocators.push_back(&a2);
83 allocators.push_back(&a5);
86 allocators.push_back(&a1);
88 allocators.push_back(&sa3);
90 allocators.push_back(&sa4);
92 for (int i = 0; i < allocators.count(); ++i) {
93 check_allocator(allocators[i], 0, 0, reporter)
    [all...]
  /bionic/linker/
linker_allocator.cpp 236 LinkerSmallObjectAllocator* allocators = local
241 new (allocators + i) LinkerSmallObjectAllocator(type, 1 << type);
244 allocators_ = allocators;
  /frameworks/av/media/libstagefright/codec2/include/
C2Work.h 102 std::vector<std::shared_ptr<C2BlockAllocator>> allocators; //< This vector shall be the same size as member in struct:android::C2Worklet
121 * The chain of components and associated allocators, tunings and info requests that the data

Completed in 2433 milliseconds