HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 1101 - 1125 of 1382) sorted by null

<<41424344454647484950>>

  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 318 // the default allocator.
330 # define _Alloc allocator<bool>
344 # define __BVECTOR_QUALIFIED vector<bool, allocator<bool> >
_hash_set.h 44 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
230 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
_vector.h 108 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
741 typedef vector<bool, allocator<bool> > bit_vector;
_rope.c 312 // allocator instances if we need them.
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 1321 FunctionDecl *allocator = E->getOperatorNew(); local
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc 5 #include "src/crankshaft/lithium-allocator.h"
9 #include "src/crankshaft/lithium-allocator-inl.h"
516 : zone_(graph->isolate()->allocator(), ZONE_NAME),
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mheap.go 106 spanalloc fixalloc // allocator for span*
107 cachealloc fixalloc // allocator for mcache*
108 specialfinalizeralloc fixalloc // allocator for specialfinalizer*
109 specialprofilealloc fixalloc // allocator for specialprofile*
146 _MSpanStack // allocated for use by stack allocator
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mheap.go 106 spanalloc fixalloc // allocator for span*
107 cachealloc fixalloc // allocator for mcache*
108 specialfinalizeralloc fixalloc // allocator for specialfinalizer*
109 specialprofilealloc fixalloc // allocator for specialprofile*
146 _MSpanStack // allocated for use by stack allocator
    [all...]
  /art/compiler/optimizing/
nodes.h 2084 ArenaAllocator* allocator = GetBlock()->GetGraph()->GetArena(); local
2095 ArenaAllocator* allocator = GetBlock()->GetGraph()->GetArena(); local
    [all...]
intrinsics_arm64.cc 2140 ArenaAllocator* allocator = invoke->GetBlock()->GetGraph()->GetArena(); local
2379 ArenaAllocator* allocator = invoke->GetBlock()->GetGraph()->GetArena(); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/rasterization/
vktRasterizationTests.cpp 215 Allocator& allocator = m_context.getDefaultAllocator(); local
274 m_imageMemory = allocator.allocate(getImageMemoryRequirements(vkd, vkDevice, *m_image), MemoryRequirement::Any);
339 m_resolvedImageMemory = allocator.allocate(getImageMemoryRequirements(vkd, vkDevice, *m_resolvedImage), MemoryRequirement::Any);
478 m_uniformBufferMemory = allocator.allocate(getBufferMemoryRequirements(vkd, vkDevice, *m_uniformBuffer), MemoryRequirement::HostVisible);
575 m_resultBufferMemory = allocator.allocate(getBufferMemoryRequirements(vkd, vkDevice, *m_resultBuffer), MemoryRequirement::HostVisible);
634 Allocator& allocator = m_context.getDefaultAllocator(); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp     [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_rope.c 312 // allocator instances if we need them.
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_rope.c 312 // allocator instances if we need them.
    [all...]
  /art/runtime/base/
hash_set.h 60 class Pred = std::equal_to<T>, class Alloc = std::allocator<T>>
664 Alloc allocfn_; // Allocator function.
  /bionic/tests/
pthread_test.cpp 1808 StrictAlignmentAllocator allocator; local
    [all...]
  /device/asus/fugu/
device.mk 141 android.hardware.graphics.allocator@2.0-impl \
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 101 MovePtr<Allocation> allocateAndBindMemory (const DeviceInterface& vkd, VkDevice device, Allocator& allocator, VkBuffer buffer)
103 MovePtr<Allocation> alloc (allocator.allocate(getBufferMemoryRequirements(vkd, device, buffer), MemoryRequirement::HostVisible));
504 de::MovePtr<Allocation> allocateAndBindMemory (const DeviceInterface& vkd, VkDevice device, Allocator& allocator, VkImage image)
506 de::MovePtr<Allocation> alloc = allocator.allocate(getImageMemoryRequirements(vkd, device, image), MemoryRequirement::Any);
    [all...]
  /external/skia/src/core/
SkDraw.cpp     [all...]
SkResourceCache.cpp 167 class SkResourceCacheDiscardableAllocator : public SkBitmap::Allocator {
590 SkBitmap::Allocator* SkResourceCache::GetAllocator() {
592 return get_cache()->allocator();
  /external/v8/src/runtime/
runtime-internal.cc 392 Zone zone(isolate->allocator(), ZONE_NAME);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_map.h 79 * @tparam _Alloc Allocator type, defaults to
80 * allocator<pair<const _Key, _Tp>.
95 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
166 * @param __a An allocator object.
175 * @param __x A %map of identical element and allocator types.
186 * @param __x A %map of identical element and allocator types.
199 * @param __a An allocator object.
233 * @param __a An allocator object.
258 * @param __x A %map of identical element and allocator types.
261 * constructor, the allocator object is not copied
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/
map.h 40 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_map.h 79 * @tparam _Alloc Allocator type, defaults to
80 * allocator<pair<const _Key, _Tp>.
95 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
166 * @param __a An allocator object.
175 * @param __x A %map of identical element and allocator types.
186 * @param __x A %map of identical element and allocator types.
199 * @param __a An allocator object.
233 * @param __a An allocator object.
258 * @param __x A %map of identical element and allocator types.
261 * constructor, the allocator object is not copied
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
map.h 40 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >

Completed in 1685 milliseconds

<<41424344454647484950>>