Home
last modified time | relevance | path

Searched defs:Allocator (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/docs/
Dmemory-management-SW-requirements.md17 ## Allocator section in 2. OVERALL DESCRIPTION
19 ### Alocator Types
27 ### Spaces
56 ## Allocator section in 4. INTERACTION WITH OTHER COMPONENTS
/arkcompiler/runtime_core/runtime/mem/
Dinternal_allocator.h40 class Allocator; variable
Dmemory_manager.h33 class Allocator; variable
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.h88 ArenaAllocator *Allocator() const in Allocator() function
/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.h48 ArenaAllocator *Allocator() const in Allocator() function
/arkcompiler/ets_frontend/es2panda/typescript/types/
DtypeRelation.cpp46 ArenaAllocator *TypeRelation::Allocator() in Allocator() function in panda::es2panda::checker::TypeRelation
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.cpp43 ArenaAllocator *RegAllocator::Allocator() const in Allocator() function in panda::es2panda::compiler::RegAllocator
Dpandagen.h99 inline ArenaAllocator *Allocator() const in Allocator() function
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h99 inline ArenaAllocator *Allocator() const in Allocator() function
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeRecorder.cpp37 ArenaAllocator *TypeRecorder::Allocator() const in Allocator() function in panda::es2panda::extractor::TypeRecorder
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.cpp81 ArenaAllocator *Lexer::Allocator() in Allocator() function in panda::es2panda::lexer::Lexer
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h125 ArenaAllocator *Allocator() const in Allocator() function
/arkcompiler/runtime_core/runtime/include/mem/
Dallocator.h81 …explicit Allocator(MemStatsType *mem_stats, AllocatorPurpose purpose, GCCollectMode gc_collect_mod… in Allocator() function
/arkcompiler/runtime_core/verification/util/
Dbit_vector.h96 using Allocator = MPandaAllocator<Word>; variable