Searched refs:_alloc (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/boost/gil/ |
D | image.hpp | 63 _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/ |
D | allocate.h | 40 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/ |
D | pixman-compiler.h | 134 tls_ ## name ## _alloc (void) \ 169 value = tls_ ## name ## _alloc (); \ 205 tls_ ## name ## _alloc (void) \ 222 value = tls_ ## name ## _alloc (); \
|
/third_party/libwebsockets/lib/core/ |
D | lws_map.c | 110 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/ |
D | lws-map.h | 66 lws_map_alloc_t _alloc; /* NULL = lws_malloc */ member
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_map/ |
D | main.c | 102 info._alloc = lws_map_alloc_lwsac; in main()
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_map.md | 59 The map's info._alloc allocator is used for creating items. By default that
|
/third_party/ffmpeg/tools/ |
D | crypto_bench.c | 100 if (!h && !(h = av_ ## namespace ## _alloc())) \
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 43257 _alloc function on it. Otherwise we will have to use the default
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 28006 allocator or a normal allocator (which implement the _alloc method).
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 83003 allocator or a normal allocator (which implement the _alloc method).
|