Home
last modified time | relevance | path

Searched defs:alloc (Results 1 - 25 of 559) sorted by relevance

12345678910>>...23

/third_party/json/docs/examples/
H A Dget_allocator.cpp8 auto alloc = json::get_allocator(); in main() local
/third_party/mesa3d/src/imagination/vulkan/winsys/powervr/
H A Dpvr_drm.c30 pvr_drm_winsys_create(int master_fd, int render_fd, const VkAllocationCallbacks *alloc) pvr_drm_winsys_create() argument
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_shader.c34 panvk_shader_destroy(struct panvk_device *dev, struct panvk_shader *shader, const VkAllocationCallbacks *alloc) panvk_shader_destroy() argument
/third_party/cups-filters/fontembed/
H A Ddynstring.h5 int len,alloc; member
/third_party/lzma/C/
H A D7zBuf.c14 int Buf_Create(CBuf *p, size_t size, ISzAllocPtr alloc) in Buf_Create() argument
31 void Buf_Free(CBuf *p, ISzAllocPtr alloc) in Buf_Free() argument
H A D7zBuf2.c22 int DynBuf_Write(CDynBuf *p, const Byte *buf, size_t size, ISzAllocPtr alloc) in DynBuf_Write() argument
46 void DynBuf_Free(CDynBuf *p, ISzAllocPtr alloc) in DynBuf_Free() argument
H A DXz.c34 void Xz_Free(CXzStream *p, ISzAllocPtr alloc) in Xz_Free() argument
/third_party/node/deps/npm/node_modules/safer-buffer/
H A Dsafer.js
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_command_pool.h44 VkAllocationCallbacks alloc; member
H A Dvk_buffer.c45 vk_buffer_create(struct vk_device *device, const VkBufferCreateInfo *pCreateInfo, const VkAllocationCallbacks *alloc, size_t size) vk_buffer_create() argument
68 vk_buffer_destroy(struct vk_device *device, const VkAllocationCallbacks *alloc, struct vk_buffer *buffer) vk_buffer_destroy() argument
H A Dvk_debug_utils.h35 VkAllocationCallbacks alloc; member
/third_party/mesa3d/src/intel/common/
H A Dintel_buffer_alloc.h41 struct intel_buffer * (*alloc)(void *driver_ctx, uint32_t size); member
/third_party/mesa3d/src/imagination/vulkan/winsys/
H A Dpvr_winsys.c42 pvr_winsys_create(int master_fd, int render_fd, const VkAllocationCallbacks *alloc) pvr_winsys_create() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dnode_hash_policy_test.cc48 std::allocator<int> alloc; member
/third_party/cups-filters/filter/foomatic-rip/
H A Dutil.h147 size_t alloc; member
/third_party/libwebsockets/include/libwebsockets/abstract/
H A Dprotocols.h52 int alloc; member
H A Dtransports.h31 int alloc; member
/third_party/json/tests/src/
H A Dunit-allocator.cpp108 my_allocator<T> alloc; in my_allocator_clean_up() local
/third_party/jerryscript/jerry-core/api/
H A Dexternal-context-helpers.c73 jerry_external_context_init(uint32_t heap_size, jerry_context_alloc_t alloc, void *cb_data_p) jerry_external_context_init() argument
/third_party/musl/libc-test/src/regression/
H A Dflockfile-list.c21 } alloc[100]; variable
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_wsi.h68 vn_wsi_create_image(struct vn_device *dev, const VkImageCreateInfo *create_info, const struct wsi_image_create_info *wsi_info, const VkAllocationCallbacks *alloc, struct vn_image **out_img) vn_wsi_create_image() argument
78 vn_wsi_create_image_from_swapchain( struct vn_device *dev, const VkImageCreateInfo *create_info, const VkImageSwapchainCreateInfoKHR *swapchain_info, const VkAllocationCallbacks *alloc, struct vn_image **out_img) vn_wsi_create_image_from_swapchain() argument
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_acvp_test_params.c19 OSSL_PARAM *d, *alloc = NULL; in ossl_rsa_acvp_test_gen_params_new() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dobjc_escape.rs23 pub fn alloc() -> Self { in alloc() functions
/third_party/skia/src/core/
H A DSkDrawLooper.cpp35 SkSTArenaAlloc<48> alloc; in canComputeFastBounds() local
57 SkSTArenaAlloc<48> alloc; in computeFastBounds() local
88 SkSTArenaAlloc<256> alloc; in apply() local
/third_party/skia/src/gpu/ops/
H A DGrOp.cpp19 GrOp::CombineResult GrOp::combineIfPossible(GrOp* that, SkArenaAlloc* alloc, const GrCaps& caps) { in combineIfPossible() argument

Completed in 6 milliseconds

12345678910>>...23