Home
last modified time | relevance | path

Searched defs:alloc_scope (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dnode_zlib.cc284 AllocScope alloc_scope(this); in Close() local
351 AllocScope alloc_scope(this); in Write() local
404 AllocScope alloc_scope(this); in AfterThreadPoolWork() local
458 AllocScope alloc_scope(wrap); in Reset() local
626 AllocScope alloc_scope(wrap); in Init() local
643 AllocScope alloc_scope(wrap); in Params() local
689 AllocScope alloc_scope(wrap); in Init() local
/third_party/vulkan-loader/tests/
Dloader_alloc_callback_tests.cpp49 VkSystemAllocationScope alloc_scope; member
56 void* allocate(size_t size, size_t alignment, VkSystemAllocationScope alloc_scope) { in allocate()
75 …* reallocate(void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope alloc_scope) { in reallocate()
/third_party/mesa3d/src/intel/vulkan/
Danv_batch_chain.c1215 VkSystemAllocationScope alloc_scope; member