Home
last modified time | relevance | path

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

/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/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.c104 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/json/
DChangeLog.md2937 - Fix double delete on std::bad\_alloc exception [\#14](https://github.com/nlohmann/json/pull/14) (…