Home
last modified time | relevance | path

Searched refs:TlabAllocatorBase (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dtlab_allocator.h24 class TlabAllocatorBase { class
26 TlabAllocatorBase() = default;
27 ~TlabAllocatorBase() = default;
28 NO_COPY_SEMANTIC(TlabAllocatorBase);
29 NO_MOVE_SEMANTIC(TlabAllocatorBase);
32 class TlabAllocator : public TlabAllocatorBase {
65 class SharedTlabAllocator : public TlabAllocatorBase {

Completed in 1 milliseconds