/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_symbolizer_libcdep.cc | 235 LLVMSymbolizer::LLVMSymbolizer(const char *path, LowLevelAllocator *allocator) 236 : symbolizer_process_(new(*allocator) LLVMSymbolizerProcess(path)) {}
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineImageUtil.hpp | 77 vk::Allocator& allocator, 92 vk::Allocator& allocator,
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
minidump_writer.cc | 42 // * You may not malloc. There's an alternative allocator in memory.h and 140 memory_blocks_(dumper_->allocator()), 434 reinterpret_cast<uint8_t*>(dumper_->allocator()->Alloc(iter->length)); 780 wasteful_vector<char> dso_debug_data(dumper_->allocator(), dynamic_length); 795 return dumper_->allocator()->Alloc(bytes); 841 PageAllocator allocator; local 842 ProcCpuInfoReader* const reader = new(allocator) ProcCpuInfoReader(fd); 1014 PageAllocator allocator; local [all...] |
/external/skia/src/core/ |
SkDevice.h | 310 SkRasterHandleAllocator* allocator) 314 , fAllocator(allocator)
|
/external/skia/src/pathops/ |
SkOpContour.h | 49 ? SkOpTAllocator<SkOpSegment>::Allocate(this->globalState()->allocator()) : &fHead; 394 SkOpContour* contour = SkOpTAllocator<SkOpContour>::New(this->globalState()->allocator());
|
SkPathOpsOp.cpp | 221 SkArenaAlloc allocator(storage); // FIXME: add a constant expression here, tune 224 SkOpGlobalState globalState(contourList, &allocator
|
/external/v8/src/builtins/ |
builtins.cc | 86 Zone zone(isolate->allocator(), ZONE_NAME); 102 Zone zone(isolate->allocator(), ZONE_NAME);
|
/external/v8/src/ |
disassembler.cc | 190 HeapStringAllocator allocator; local 191 StringStream accumulator(&allocator);
|
list-inl.h | 136 void List<T, P>::Allocate(int length, P allocator) { 138 Initialize(length, allocator);
|
/external/v8/tools/clang/plugins/tests/ |
ipc.cpp | 30 struct allocator {}; struct in namespace:std 32 template <class T, class A = allocator<T>>
|
/external/webrtc/webrtc/p2p/base/ |
transport.cc | 66 Transport::Transport(const std::string& name, PortAllocator* allocator) 67 : name_(name), allocator_(allocator) {}
|
/frameworks/av/media/libstagefright/ |
Android.mk | 122 android.hidl.allocator@1.0 \
|
/frameworks/base/libs/hwui/ |
RecordingCanvas.h | 214 LinearAllocator& alloc() { return mDisplayList->allocator; } 222 T* dstBuffer = (T*) mDisplayList->allocator.alloc<T>(count * sizeof(T));
|
/frameworks/base/libs/hwui/tests/unit/ |
BakedOpDispatcherTests.cpp | 59 LinearAllocator allocator; local 61 auto state = BakedOpState::tryConstruct(allocator, *snapshot, *op);
|
/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/ |
VtsHalSensorManagerV1_0TargetTest.cpp | 29 #include <android/hidl/allocator/1.0/IAllocator.h> 44 using ::android::hidl::allocator::V1_0::IAllocator;
|
/hardware/interfaces/camera/device/1.0/default/ |
CameraDevice_1_0.h | 27 #include <android/hidl/allocator/1.0/IAllocator.h> 50 using ::android::hidl::allocator::V1_0::IAllocator;
|
/packages/apps/TV/src/com/android/tv/tuner/exoplayer/ |
ExoPlayerSampleExtractor.java | 34 import com.google.android.exoplayer.upstream.Allocator; 57 // Buffer segment size for memory allocator. Copied from demo implementation of ExoPlayer. 82 Allocator allocator = new DefaultAllocator(BUFFER_SEGMENT_SIZE_IN_BYTES); local 94 allocator, BUFFER_SEGMENT_COUNT * BUFFER_SEGMENT_SIZE_IN_BYTES,
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
writer.h | 50 \tparam StackAllocator Type of allocator for allocating memory of stack.
60 \param stackAllocator User supplied allocator. If it is null, it will create a private one.
68 Writer(StackAllocator* allocator = 0, size_t levelDepth = kDefaultLevelDepth) :
69 os_(0), level_stack_(allocator, levelDepth * sizeof(Level)), hasRoot_(false) {}
|
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 30 * Pthread-specific node allocator. 31 * This is similar to the default allocator, except that free-list 45 # error POSIX specific allocator implementation. Your system do not seems to \ 51 # error You cannot use per thread allocator implementation without building \ 65 // Pthread-specific allocator. 98 typedef pthread_alloc _S_Alloc; // The underlying allocator. 163 * This method do not have to be part of a user defined allocator implementation 244 //The default allocator implementation which is recognize thanks to the 272 // per_thread_allocator<> : this allocator always return memory to the same thread 278 typedef pthread_alloc _S_Alloc; // The underlying allocator [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 30 * Pthread-specific node allocator. 31 * This is similar to the default allocator, except that free-list 45 # error POSIX specific allocator implementation. Your system do not seems to \ 51 # error You cannot use per thread allocator implementation without building \ 65 // Pthread-specific allocator. 98 typedef pthread_alloc _S_Alloc; // The underlying allocator. 163 * This method do not have to be part of a user defined allocator implementation 244 //The default allocator implementation which is recognize thanks to the 272 // per_thread_allocator<> : this allocator always return memory to the same thread 278 typedef pthread_alloc _S_Alloc; // The underlying allocator [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 30 * Pthread-specific node allocator. 31 * This is similar to the default allocator, except that free-list 45 # error POSIX specific allocator implementation. Your system do not seems to \ 51 # error You cannot use per thread allocator implementation without building \ 65 // Pthread-specific allocator. 98 typedef pthread_alloc _S_Alloc; // The underlying allocator. 163 * This method do not have to be part of a user defined allocator implementation 244 //The default allocator implementation which is recognize thanks to the 272 // per_thread_allocator<> : this allocator always return memory to the same thread 278 typedef pthread_alloc _S_Alloc; // The underlying allocator [all...] |
/test/vts/tools/build/tasks/list/ |
vts_test_lib_hidl_package_list.mk | 43 android.hardware.graphics.allocator@2.0-vts.driver \ 87 android.hardware.graphics.allocator@2.0-vts.profiler \
|
/art/runtime/gc/ |
heap.cc | 28 #include "base/allocator.h" 295 // If we aren't the zygote, switch to the default non zygote allocator. This may update the [all...] |
/device/google/contexthub/firmware/os/core/ |
osApi.c | 246 struct SlabAllocator *allocator = va_arg(args, struct SlabAllocator *); local 248 slabAllocatorDestroy(allocator); 253 struct SlabAllocator *allocator = va_arg(args, struct SlabAllocator *); local 255 *retValP = (uintptr_t)slabAllocatorAlloc(allocator); 260 struct SlabAllocator *allocator = va_arg(args, struct SlabAllocator *); local 263 slabAllocatorFree(allocator, mem);
|
/device/huawei/angler/camera/QCamera2/HAL/ |
QCameraChannel.cpp | 165 * @allocator : stream related buffer allocator 179 int32_t QCameraChannel::addStream(QCameraAllocator &allocator, 196 QCameraStream *pStream = new QCameraStream(allocator, 875 * @allocator : stream related buffer allocator 890 QCameraAllocator& allocator, cam_pp_feature_config_t &featureConfig, [all...] |