HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 101 - 125 of 1087) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p8.cpp 79 template <class Tp> class allocator;
82 class allocator<void> class in namespace:redecl::n1
89 class allocator class in namespace:redecl::n1
94 void allocate(allocator<void>::const_pointer = 0);
  /external/clang/test/CodeGenCXX/
lpad-linetable.cpp 14 class allocator class in namespace:std
19 { typedef allocator<_Tp1> other; };
20 ~allocator() throw() { }
37 template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
  /external/libchrome/base/allocator/
allocator_extension.h 14 namespace allocator { namespace in namespace:base
19 // Request that the allocator release any free memory it knows about to the
25 // allocator implementation.
29 // These settings allow specifying a callback used to implement the allocator
31 // once. These will typically called in an allocator-specific initialization
44 } // namespace allocator
  /external/libcxx/test/std/re/re.results/re.results.const/
default.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
14 // match_results(const Allocator& a = Allocator());
26 assert(m.get_allocator() == std::allocator<std::sub_match<const CharT*> >());
  /external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
address.pass.cpp 12 // allocator:
24 const std::allocator<T> a;
max_size.pass.cpp 12 // allocator:
24 const std::allocator<int> a;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
b2ChainAndCircleContact.cpp 28 b2Contact* b2ChainAndCircleContact::Create(b2Fixture* fixtureA, int32 indexA, b2Fixture* fixtureB, int32 indexB, b2BlockAllocator* allocator)
30 void* mem = allocator->Allocate(sizeof(b2ChainAndCircleContact));
34 void b2ChainAndCircleContact::Destroy(b2Contact* contact, b2BlockAllocator* allocator)
37 allocator->Free(contact, sizeof(b2ChainAndCircleContact));
b2ChainAndPolygonContact.cpp 28 b2Contact* b2ChainAndPolygonContact::Create(b2Fixture* fixtureA, int32 indexA, b2Fixture* fixtureB, int32 indexB, b2BlockAllocator* allocator)
30 void* mem = allocator->Allocate(sizeof(b2ChainAndPolygonContact));
34 void b2ChainAndPolygonContact::Destroy(b2Contact* contact, b2BlockAllocator* allocator)
37 allocator->Free(contact, sizeof(b2ChainAndPolygonContact));
b2CircleContact.cpp 29 b2Contact* b2CircleContact::Create(b2Fixture* fixtureA, int32, b2Fixture* fixtureB, int32, b2BlockAllocator* allocator)
31 void* mem = allocator->Allocate(sizeof(b2CircleContact));
35 void b2CircleContact::Destroy(b2Contact* contact, b2BlockAllocator* allocator)
38 allocator->Free(contact, sizeof(b2CircleContact));
b2EdgeAndCircleContact.cpp 26 b2Contact* b2EdgeAndCircleContact::Create(b2Fixture* fixtureA, int32, b2Fixture* fixtureB, int32, b2BlockAllocator* allocator)
28 void* mem = allocator->Allocate(sizeof(b2EdgeAndCircleContact));
32 void b2EdgeAndCircleContact::Destroy(b2Contact* contact, b2BlockAllocator* allocator)
35 allocator->Free(contact, sizeof(b2EdgeAndCircleContact));
b2EdgeAndPolygonContact.cpp 26 b2Contact* b2EdgeAndPolygonContact::Create(b2Fixture* fixtureA, int32, b2Fixture* fixtureB, int32, b2BlockAllocator* allocator)
28 void* mem = allocator->Allocate(sizeof(b2EdgeAndPolygonContact));
32 void b2EdgeAndPolygonContact::Destroy(b2Contact* contact, b2BlockAllocator* allocator)
35 allocator->Free(contact, sizeof(b2EdgeAndPolygonContact));
b2PolygonAndCircleContact.cpp 26 b2Contact* b2PolygonAndCircleContact::Create(b2Fixture* fixtureA, int32, b2Fixture* fixtureB, int32, b2BlockAllocator* allocator)
28 void* mem = allocator->Allocate(sizeof(b2PolygonAndCircleContact));
32 void b2PolygonAndCircleContact::Destroy(b2Contact* contact, b2BlockAllocator* allocator)
35 allocator->Free(contact, sizeof(b2PolygonAndCircleContact));
b2PolygonContact.cpp 29 b2Contact* b2PolygonContact::Create(b2Fixture* fixtureA, int32, b2Fixture* fixtureB, int32, b2BlockAllocator* allocator)
31 void* mem = allocator->Allocate(sizeof(b2PolygonContact));
35 void b2PolygonContact::Destroy(b2Contact* contact, b2BlockAllocator* allocator)
38 allocator->Free(contact, sizeof(b2PolygonContact));
  /external/skia/src/android/
SkBitmapRegionCanvas.h 35 bool decodeRegion(SkBitmap* bitmap, SkBRDAllocator* allocator,
SkBitmapRegionCodec.h 23 bool decodeRegion(SkBitmap* bitmap, SkBRDAllocator* allocator,
  /external/skia/src/core/
SkDrawLooper.cpp 17 SkSmallAllocator<1, 32> allocator; local
18 void* buffer = allocator.reserveT<SkDrawLooper::Context>(this->contextSize());
41 SkSmallAllocator<1, 32> allocator; local
42 void* buffer = allocator.reserveT<SkDrawLooper::Context>(this->contextSize());
  /external/skia/src/pathops/
SkOpEdgeBuilder.h 15 SkOpEdgeBuilder(const SkPathWriter& path, SkOpContour* contours2, SkChunkAlloc* allocator,
17 : fAllocator(allocator) // FIXME: replace with const, tune this
25 SkOpEdgeBuilder(const SkPath& path, SkOpContour* contours2, SkChunkAlloc* allocator,
27 : fAllocator(allocator)
  /external/skia/src/utils/
SkTextureCompressor_ASTC.h 21 SkTBlitterAllocator *allocator);
SkTextureCompressor_LATC.h 21 SkTBlitterAllocator *allocator);
SkTextureCompressor_R11EAC.h 21 SkTBlitterAllocator* allocator);
  /external/valgrind/drd/tests/
custom_alloc_fiw.stderr.exp 2 --free-is-write=yes is incompatible with custom memory allocator client requests
6 --free-is-write=yes is incompatible with custom memory allocator client requests
  /external/webrtc/webrtc/p2p/base/
p2ptransport.h 22 P2PTransport(const std::string& name, PortAllocator* allocator);
  /frameworks/native/vulkan/libvulkan/
swapchain.h 26 VKAPI_ATTR VkResult CreateAndroidSurfaceKHR(VkInstance instance, const VkAndroidSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* allocator, VkSurfaceKHR* surface);
27 VKAPI_ATTR void DestroySurfaceKHR(VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* allocator);
32 VKAPI_ATTR VkResult CreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR* create_info, const VkAllocationCallbacks* allocator, VkSwapchainKHR* swapchain_handle);
33 VKAPI_ATTR void DestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain_handle, const VkAllocationCallbacks* allocator);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.const/
default.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
14 // match_results(const Allocator& a = Allocator());
26 assert(m.get_allocator() == std::allocator<std::sub_match<const CharT*> >());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/
address.pass.cpp 12 // allocator:
24 const std::allocator<T> a;

Completed in 890 milliseconds

1 2 3 45 6 7 8 91011>>