Home
last modified time | relevance | path

Searched defs:Available (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dfree_object.cpp52 uint32_t FreeObject::Available() const in Available() function in panda::ecmascript::FreeObject
/arkcompiler/ets_runtime/ecmascript/mem/
Dallocator.h72 size_t Available() const in Available() function
Dthread_local_allocation_buffer.h42 size_t Available() const in Available() function
Dfree_object_set.h50 inline size_t Available() const in Available() function
Djit_fort_memdesc.h87 inline uint32_t Available() const in Available() function
/arkcompiler/ets_runtime/common_components/common/
Dpage_allocator.h93 inline bool Available() const { return free_ != 0; } in Available() function