Home
last modified time | relevance | path

Searched defs:alloc (Results 126 - 150 of 1002) sorted by relevance

12345678910>>...41

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_instance.c39 vk_instance_init(struct vk_instance *instance, const struct vk_instance_extension_table *supported_extensions, const struct vk_instance_dispatch_table *dispatch_table, const VkInstanceCreateInfo *pCreateInfo, const VkAllocationCallbacks *alloc) vk_instance_init() argument
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dobjc_method.rs23 pub fn alloc() -> Self { in alloc() functions
H A Dobjc_interface_type.rs23 pub fn alloc() -> Self { in alloc() functions
H A Dobjc_class_method.rs23 pub fn alloc() -> Self { in alloc() functions
H A Dobjc_category.rs23 pub fn alloc() -> Self { in alloc() functions
H A Dobjc_protocol.rs24 pub fn alloc() -> Self { in alloc() functions
/third_party/skia/src/core/
H A DSkDraw_text.cpp41 SkSTArenaAlloc<3308> alloc; in paintMasks() local
H A DSkRecord.h57 T* alloc(size_t count = 1) { in alloc() function in SkRecord
H A DSkAutoMalloc.h135 bool alloc = size != fSize && (SkAutoMalloc::kAlloc_OnShrink == shrink || size > fSize); in reset() local
/third_party/skia/src/gpu/d3d/
H A DGrD3DTextureResource.h92 Resource(const gr_cp<ID3D12Resource>& textureResource, const sk_sp<GrD3DAlloc>& alloc) Resource() argument
/third_party/skia/src/gpu/geometry/
H A DGrAATriangulator.h49 GrAATriangulator(const SkPath& path, SkArenaAlloc* alloc) : GrTriangulator(path, alloc) {} in GrAATriangulator() argument
/third_party/skia/src/gpu/ops/
H A DAtlasRenderTask.h70 void add(PathDrawAllocator* alloc, const SkMatrix& pathMatrix, const SkPath& path) { in add() argument
/third_party/skia/src/shaders/gradients/
H A DSkGradientShaderPriv.h94 static Context* CheckedMakeContext(SkArenaAlloc* alloc, Args&&... args) { in CheckedMakeContext() argument
/third_party/skia/third_party/externals/freetype/src/raster/
H A Dftmisc.h73 FT_Alloc_Func alloc; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h91 template <typename T, typename... Args> T *alloc(Args &&... ConstructorArgs) { in alloc() function in llvm::ms_demangle::ArenaAllocator
/third_party/skia/tools/gpu/vk/
H A DVkYcbcrSamplerHelper.cpp188 GrVkAlloc alloc; in createBackendTexture() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcontainer_memory_test.cc41 std::allocator<int8_t> alloc; in TEST() local
49 std::allocator<int64_t> alloc; in TEST() local
80 TypeCountingAllocator<int> alloc; in TEST() local
99 Alloc* alloc() { return &alloc_; } alloc() function in absl::container_internal::__anon19174::Fixture
242 alloc; TEST() local
[all...]
/arkcompiler/runtime_core/compiler/tests/
H A Dreg_alloc_interference_graph_test.cpp123 InterferenceGraph BuildSubgraph(InterferenceGraph &orig_gr, ArenaAllocator *alloc, in BuildSubgraph() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dhumongous_obj_allocator_test.cpp65 void AddMemoryPoolToAllocator(NonObjectHumongousObjAllocator &alloc, size_t size) in AddMemoryPoolToAllocator() argument
85 AddMemoryPoolToAllocator(alloc); variable
H A Dfreelist_allocator_test.cpp87 AddMemoryPoolToAllocator(alloc); variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Doptimize_common.h91 MapleAllocator alloc; member in maplebe::Optimizer
H A Dsparse_datainfo.h33 SparseDataInfo(uint32 bitNum, const MapleAllocator &alloc) : allocator(alloc), info(allocator), maxRegNum(bitNum) {} in SparseDataInfo() argument
35 SparseDataInfo(const SparseDataInfo &other, const MapleAllocator &alloc) in SparseDataInfo() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
H A Dorig_symbol.h43 OriginalSt(uint32 index, PregIdx rIdx, PUIdx pIdx, MapleAllocator &alloc) in OriginalSt() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/
H A Dref_vector.h88 ref_vector(const ref_vector &other, const allocator_type &alloc) : base(other.base, alloc) {} in ref_vector() argument
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/lzmaram/
H A Dlzmaram.c131 i_sz_alloc alloc = { 0 }; in hi_lzma_decompress() local

Completed in 11 milliseconds

12345678910>>...41