Home
last modified time | relevance | path

Searched defs:Allocator (Results 1 – 22 of 22) sorted by relevance

/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dallocatorstest.cpp50 TEST(Allocator, CrtAllocator) { in TEST() argument
55 TEST(Allocator, MemoryPoolAllocator) { in TEST() argument
65 TEST(Allocator, Alignment) { in TEST() argument
H A Ddocumenttest.cpp353 typedef TypeParam Allocator; in TYPED_TEST() typedef
387 typedef TypeParam Allocator; in TYPED_TEST() typedef
446 typedef TypeParam Allocator; in TYPED_TEST() typedef
482 typedef TypeParam Allocator; in TYPED_TEST() typedef
/aosp12/system/memory/libmemunreachable/
H A DAllocator.h38 class Allocator; variable
149 Allocator(const Heap& other) in Allocator() function
154 Allocator(const STLAllocator<U>& other) in Allocator() function
/aosp12/art/test/130-hprof/src-ex/
H A DAllocator.java18 public class Allocator { class
/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/hal/include/allocator-hal/2.0/
H A DAllocator.h82 using Allocator = detail::AllocatorImpl<IAllocator, AllocatorHal>; variable
/aosp12/art/test/ti-stress/
H A Dstress.cc93 struct Allocator : public dex::Writer::Allocator { in DoExtractClassFromData() struct
94 explicit Allocator(jvmtiEnv* jvmti_env) : jvmti_env_(jvmti_env) {} in DoExtractClassFromData() argument
95 void* Allocate(size_t size) override { in DoExtractClassFromData()
103 void Free(void* ptr) override { in DoExtractClassFromData()
107 jvmtiEnv* jvmti_env_; in DoExtractClassFromData()
/aosp12/art/runtime/
H A Dmonitor_pool.h239 typedef TrackingAllocator<uint8_t, kAllocatorTagMonitorPool> Allocator; typedef
/aosp12/art/libartbase/base/
H A Dallocator.h34 Allocator() {} in Allocator() function
H A Dbit_vector.h29 class Allocator; variable
/aosp12/art/test/130-hprof/src/
H A DMain.java147 private static class Allocator extends Thread { class in Main
/aosp12/hardware/qcom/sdm845/display/gralloc/
H A Dgr_allocator.cpp78 Allocator::Allocator() : ion_allocator_(nullptr) {} in Allocator() function in gralloc::Allocator
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_allocator.cpp91 Allocator::Allocator() : ion_allocator_(nullptr) {} in Allocator() function in gralloc::Allocator
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_allocator.cpp78 Allocator::Allocator() : ion_allocator_(NULL) { in Allocator() function in gralloc1::Allocator
/aosp12/hardware/qcom/display/msm8909/gralloc/
H A Dgr_allocator.cpp78 Allocator::Allocator() : ion_allocator_(NULL) { in Allocator() function in gralloc1::Allocator
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_allocator.cpp99 Allocator::Allocator() : ion_allocator_(nullptr) {} in Allocator() function in gralloc::Allocator
/aosp12/hardware/google/gchips/gralloc3/src/
H A DGrallocWrapper.cpp197 Allocator::Allocator(const Mapper& mapper) in Allocator() function in android::GrallocWrapper::Allocator
/aosp12/frameworks/base/libs/hwui/jni/
H A DImageDecoder.cpp54 enum Allocator { enum
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DImageDecoder.java507 public @interface Allocator {}; annotation in ImageDecoder
/aosp12/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_allocator.cpp77 Allocator::Allocator() : ion_allocator_(NULL), adreno_helper_(NULL) { in Allocator() function in gralloc1::Allocator
/aosp12/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_allocator.cpp80 Allocator::Allocator() : ion_allocator_(NULL), adreno_helper_(NULL) { in Allocator() function in gralloc1::Allocator
/aosp12/frameworks/native/libs/binder/ndk/
H A Dparcel.cpp395 static bool Allocator(void* stringData, int32_t length, char** buffer) { in Allocator() function
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DImageDecoder.java1263 public @interface Allocator {}; annotation in ImageDecoder