Searched refs:allocator (Results 26 - 32 of 32) sorted by relevance

12

/system/core/libmemunreachable/
H A DLeakFolding.cpp110 bool LeakFolding::Leaked(allocator::vector<LeakFolding::Leak>& leaked, size_t* num_leaks_out,
H A DAllocator.h100 // STLAllocator implements the std allocator interface on top of a Heap
192 namespace allocator { namespace
/system/chre/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h542 const simple_allocator &allocator)
545 buf_(allocator.allocate(reserved_)),
547 allocator_(allocator) {}
698 /// @param[in] allocator A pointer to the `simple_allocator` that should be
702 const simple_allocator *allocator = nullptr)
703 : buf_(initial_size, allocator ? *allocator : default_allocator),
754 /// @return The `unique_ptr` returned has a special allocator that knows how
/system/sepolicy/vendor/
H A Dfile_contexts17 /(vendor|system/vendor)/bin/hw/android\.hardware\.graphics\.allocator@2\.0-service u:object_r:hal_graphics_allocator_default_exec:s0
/system/sepolicy/private/
H A Dfile_contexts264 /system/bin/hw/android\.hidl\.allocator@1\.0-service u:object_r:hal_allocator_default_exec:s0
/system/tools/hidl/test/
H A Dhidl_test_client.cpp11 #include <android/hidl/allocator/1.0/IAllocator.h>
112 using ::android::hidl::allocator::V1_0::IAllocator;
396 ASSERT_TRUE(ashmemAllocator->isRemote()); // allocator is always remote
/system/sepolicy/prebuilts/api/26.0/private/
H A Dfile_contexts258 /system/bin/hw/android\.hidl\.allocator@1\.0-service u:object_r:hal_allocator_default_exec:s0

Completed in 370 milliseconds

12