Home
last modified time | relevance | path

Searched refs:raw_mem (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/asio/include/boost/asio/impl/
Dexecutor.hpp45 raw_mem mem(a); in create()
135 struct raw_mem struct in boost::asio::executor::impl
140 explicit raw_mem(const Allocator& a) in raw_mem() argument
146 ~raw_mem() in ~raw_mem() argument
154 raw_mem(const raw_mem&);
155 raw_mem operator=(const raw_mem&);
/third_party/boost/boost/asio/impl/
Dexecutor.hpp45 raw_mem mem(a); in create()
135 struct raw_mem struct in boost::asio::executor::impl
140 explicit raw_mem(const Allocator& a) in raw_mem() argument
146 ~raw_mem() in ~raw_mem() argument
154 raw_mem(const raw_mem&);
155 raw_mem operator=(const raw_mem&);
/third_party/boost/libs/interprocess/test/
Dheap_allocator_v1.hpp117 char *raw_mem = ::new char[sizeof(value_type)*count]; in allocate() local
118 …rn boost::intrusive::pointer_traits<pointer>::pointer_to(reinterpret_cast<value_type &>(*raw_mem)); in allocate()
/third_party/skia/third_party/externals/libwebp/examples/
Danim_util.h44 void* raw_mem; member
Danim_util.c71 WebPFree(image->raw_mem); in AllocateFrames()
79 image->raw_mem = mem; in AllocateFrames()
85 WebPFree(image->raw_mem); in ClearAnimatedImage()
89 image->raw_mem = NULL; in ClearAnimatedImage()
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Danim_util.h44 void* raw_mem; member
Danim_util.c71 free(image->raw_mem); in AllocateFrames()
79 image->raw_mem = mem; in AllocateFrames()
85 free(image->raw_mem); in ClearAnimatedImage()
89 image->raw_mem = NULL; in ClearAnimatedImage()