| /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/expectations/tests/ |
| 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/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...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | interference_graph.h | 43 ColorNode(unsigned number, T alloc) : csPointSet_(alloc), number_(number) in ColorNode() argument 141 explicit GraphMatrix(ArenaAllocator *alloc) : matrix_(alloc->Adapter()), amatrix_(alloc->Adapter()) {} in GraphMatrix() argument 198 explicit InterferenceGraph(ArenaAllocator *alloc) : nodes_(alloc->Adapter()), matrix_(alloc), useSpillWeight_() {} in InterferenceGraph() argument
|
| /arkcompiler/runtime_core/static_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/runtime/coroutines/ |
| H A D | threaded_coroutine_manager.cpp | 60 auto alloc = Runtime::GetCurrent()->GetInternalAllocator(); in CreateCoroutineContext() local 66 auto alloc = Runtime::GetCurrent()->GetInternalAllocator(); in DeleteCoroutineContext() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | runslots_allocator_test.cpp | 77 void ReleasePages(NonObjectAllocator &alloc) in ReleasePages() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | loop.h | 139 MapleAllocator &alloc; member in maplebe::LoopDesc 220 MapleAllocator alloc; member in maplebe::LoopAnalysis [all...] |
| H A D | stackmap.h | 70 DeoptInfo(MapleAllocator &alloc) : deoptVreg2Opnd(alloc.Adapter()), deoptVreg2LocationInfo(alloc.Adapter()) {} in DeoptInfo() argument 131 ReferenceMap(MapleAllocator &alloc) : referenceLocations(alloc.Adapter()) {} in ReferenceMap() argument 175 StackMap(MapleAllocator &alloc) : deoptInfo(alloc), referenceMap(alloc) {} in StackMap() argument
|