| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_object.c | 56 vk_object_alloc(struct vk_device *device, const VkAllocationCallbacks *alloc, size_t size, VkObjectType obj_type) vk_object_alloc() argument 72 vk_object_zalloc(struct vk_device *device, const VkAllocationCallbacks *alloc, size_t size, VkObjectType obj_type) vk_object_zalloc() argument 88 vk_object_multialloc(struct vk_device *device, struct vk_multialloc *ma, const VkAllocationCallbacks *alloc, VkObjectType obj_type) vk_object_multialloc() argument 104 vk_object_multizalloc(struct vk_device *device, struct vk_multialloc *ma, const VkAllocationCallbacks *alloc, VkObjectType obj_type) vk_object_multizalloc() argument 120 vk_object_free(struct vk_device *device, const VkAllocationCallbacks *alloc, void *data) vk_object_free() argument [all...] |
| /third_party/mesa3d/src/vulkan/util/ |
| H A D | vk_alloc.h | 44 vk_alloc(const VkAllocationCallbacks *alloc, in vk_alloc() argument 52 vk_zalloc(const VkAllocationCallbacks *alloc, in vk_zalloc() argument 66 vk_realloc(const VkAllocationCallbacks *alloc, in vk_realloc() argument 74 vk_free(const VkAllocationCallbacks *alloc, void *data) in vk_free() argument 83 vk_strdup(const VkAllocationCallbacks *alloc, const char *s, VkSystemAllocationScope scope) vk_strdup() argument 100 vk_vasprintf(const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope, const char *fmt, va_list args) vk_vasprintf() argument 113 vk_asprintf(const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope, const char *fmt, ...) vk_asprintf() argument 126 vk_alloc2(const VkAllocationCallbacks *parent_alloc, const VkAllocationCallbacks *alloc, size_t size, size_t align, VkSystemAllocationScope scope) vk_alloc2() argument 138 vk_zalloc2(const VkAllocationCallbacks *parent_alloc, const VkAllocationCallbacks *alloc, size_t size, size_t align, VkSystemAllocationScope scope) vk_zalloc2() argument 153 vk_free2(const VkAllocationCallbacks *parent_alloc, const VkAllocationCallbacks *alloc, void *data) vk_free2() argument 230 vk_multialloc_alloc(struct vk_multialloc *ma, const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope) vk_multialloc_alloc() argument 269 vk_multialloc_alloc2(struct vk_multialloc *ma, const VkAllocationCallbacks *parent_alloc, const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope) vk_multialloc_alloc2() argument 278 vk_multialloc_zalloc(struct vk_multialloc *ma, const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope) vk_multialloc_zalloc() argument 293 vk_multialloc_zalloc2(struct vk_multialloc *ma, const VkAllocationCallbacks *parent_alloc, const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope) vk_multialloc_zalloc2() argument [all...] |
| /third_party/mesa3d/src/nouveau/drm-shim/ |
| H A D | nouveau_noop.c | 121 struct drm_nouveau_channel_alloc *alloc = arg; in nouveau_ioctl_channel_alloc() local
|
| /third_party/musl/libc-test/src/functional/ |
| H A D | test-malloc-stats-common.h | 124 void *alloc = malloc(thread_data->alloc_size); in allocate_wait_free() local
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| H A D | objc_allowlist.rs | 37 pub fn alloc() -> Self { in alloc() functions
|
| H A D | objc_pointer_return_types.rs | 23 pub fn alloc() -> Self { in alloc() functions 40 pub fn alloc() -> Self { in alloc() functions
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/ |
| H A D | objc_template.rs | 23 pub fn alloc() -> Self { in alloc() functions 47 pub fn alloc() -> Self { in alloc() functions
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/ |
| H A D | objc_template.rs | 23 pub fn alloc() -> Self { in alloc() functions 47 pub fn alloc() -> Self { in alloc() functions
|
| /third_party/openssl/test/ |
| H A D | wpackettest.c | 22 static const unsigned char alloc[] = { 0x02, 0xfe, 0xff }; variable
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
| H A D | vktConditionalRenderingTestUtil.cpp | 55 auto& alloc = context.getDefaultAllocator(); in createConditionalRenderingBuffer() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
| H A D | vktGeometryBasicClass.cpp | 119 const Allocation& alloc = vertexBuffer.getAllocation(); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/ |
| H A D | vktConditionalRenderingTestUtil.cpp | 55 auto& alloc = context.getDefaultAllocator(); in createConditionalRenderingBuffer() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
| H A D | vktGeometryBasicClass.cpp | 119 const Allocation& alloc = vertexBuffer.getAllocation(); in iterate() local
|
| /third_party/skia/src/core/ |
| H A D | SkDraw_atlas.cpp | 100 SkSTArenaAlloc<256> alloc; in drawAtlas() local [all...] |
| /third_party/skia/src/gpu/d3d/ |
| H A D | GrD3DBuffer.cpp | 69 sk_sp<GrD3DAlloc> alloc; in Make() local 19 make_d3d_buffer(GrD3DGpu* gpu, size_t size, GrGpuBufferType intendedType, GrAccessPattern accessPattern, D3D12_RESOURCE_STATES* resourceState, sk_sp<GrD3DAlloc>* alloc) make_d3d_buffer() argument 81 GrD3DBuffer(GrD3DGpu* gpu, size_t size, GrGpuBufferType intendedType, GrAccessPattern accessPattern, gr_cp<ID3D12Resource> bufferResource, sk_sp<GrD3DAlloc> alloc, D3D12_RESOURCE_STATES resourceState) GrD3DBuffer() argument
|
| /third_party/skia/third_party/externals/freetype/include/freetype/ |
| H A D | ftsystem.h | 172 FT_Alloc_Func alloc; member
|
| /third_party/python/Include/internal/ |
| H A D | pycore_hashtable.h | 70 _Py_hashtable_allocator_t alloc; member
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| H A D | layout_array.h | 59 rte_mempool_alloc_t alloc; /**< Allocate private data. */ member
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/memory/ |
| H A D | memory.h | 660 void ConstructRange(Allocator& alloc, Iterator first, Iterator last, in ConstructRange() argument 678 void CopyRange(Allocator& alloc, Iterator destination, InputIterator first, in CopyRange() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | common.h | 109 allocator_type* alloc() { return std::addressof(*alloc_); } in alloc() function in absl::container_internal::node_handle_base
|
| /third_party/skia/modules/particles/src/ |
| H A D | SkParticleBinding.cpp | 49 SkPathExternalFunction(const char* name, SkSL::Compiler& compiler, const LinearizedPath& path, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) SkPathExternalFunction() argument 167 SkShaderExternalFunction(const char* name, SkSL::Compiler& compiler, sk_sp<SkShader> shader, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) SkShaderExternalFunction() argument [all...] |
| /third_party/node/lib/ |
| H A D | buffer.js | 404 Buffer.alloc = function alloc(size, fill, encoding) { function
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | reg_alloc_interference_graph_new_test.cpp | 62 InterferenceGraph BuildSubgraph(InterferenceGraph &orig_ig, ArenaAllocator *alloc, in BuildSubgraph() argument
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| H A D | alloc_tracker.cpp | 109 AllocInfo *alloc = it->second; in TrackFree() local 166 auto alloc = reinterpret_cast<AllocInfo *>(ptr + pos); in Dump() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | escape.cpp | 32 VirtualState(Inst *inst, StateId id, ArenaAllocator *alloc) in VirtualState() argument 170 PhiState(ArenaAllocator *alloc, DataType::Type type) : inputs_(alloc->Adapter()), type_(type) {} in PhiState() argument [all...] |