Home
last modified time | relevance | path

Searched refs:_alloc (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/gil/
Dimage.hpp63 _memory(nullptr), _align_in_bytes(alignment), _alloc(alloc_in), _allocated_bytes( 0 ) {} in image()
68 … const Alloc alloc_in = Alloc()) : _memory(nullptr), _align_in_bytes(alignment), _alloc(alloc_in) in image()
76 … const Alloc alloc_in = Alloc()) : _memory(nullptr), _align_in_bytes(alignment), _alloc(alloc_in) in image()
85 … const Alloc alloc_in = Alloc()) : _memory(nullptr), _align_in_bytes(alignment), _alloc(alloc_in) in image()
94 … const Alloc alloc_in = Alloc()) : _memory(nullptr), _align_in_bytes(alignment), _alloc(alloc_in) in image()
100 …mage(const image& img) : _memory(nullptr), _align_in_bytes(img._align_in_bytes), _alloc(img._alloc) in image()
107 …e<P2,IP2,Alloc2>& img) : _memory(nullptr), _align_in_bytes(img._align_in_bytes), _alloc(img._alloc) in image()
118 _alloc(std::move(img._alloc)), in image()
176 this->_alloc = img._alloc; in move_assign()
181 if (_alloc == img._alloc) { in move_assign()
[all …]
/third_party/ltp/tools/sparse/sparse-src/
Dallocate.h40 extern void show_##x##_alloc(void); \
42 extern void clear_##x##_alloc(void); \
43 extern void protect_##x##_alloc(void);
59 void show_##x##_alloc(void) \
67 void clear_##x##_alloc(void) \
71 void protect_##x##_alloc(void) \
/third_party/pixman/pixman/
Dpixman-compiler.h134 tls_ ## name ## _alloc (void) \
169 value = tls_ ## name ## _alloc (); \
205 tls_ ## name ## _alloc (void) \
222 value = tls_ ## name ## _alloc (); \
/third_party/libwebsockets/lib/core/
Dlws_map.c110 lws_map_alloc_t a = info->_alloc; in lws_map_create()
130 map->info._alloc = a; in lws_map_create()
193 item = map->info._alloc(map, sizeof(*item) + keylen + valuelen); in lws_map_item_create()
/third_party/libwebsockets/include/libwebsockets/
Dlws-map.h66 lws_map_alloc_t _alloc; /* NULL = lws_malloc */ member
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_map/
Dmain.c102 info._alloc = lws_map_alloc_lwsac; in main()
/third_party/libwebsockets/READMEs/
DREADME.lws_map.md59 The map's info._alloc allocator is used for creating items. By default that
/third_party/ffmpeg/tools/
Dcrypto_bench.c100 if (!h && !(h = av_ ## namespace ## _alloc())) \
/third_party/gstreamer/gstreamer/
DChangeLog43257 _alloc function on it. Otherwise we will have to use the default
/third_party/gstreamer/gstplugins_base/
DChangeLog28006 allocator or a normal allocator (which implement the _alloc method).
/third_party/gstreamer/gstplugins_bad/
DChangeLog83003 allocator or a normal allocator (which implement the _alloc method).