Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dfree_object_list.cpp197 bool FreeObjectList<T>::MatchFreeObjectInSet(FreeObjectSet<T> *set, size_t size) in MatchFreeObjectInSet() function in panda::ecmascript::FreeObjectList
216 template bool FreeObjectList<FreeObject>::MatchFreeObjectInSet(FreeObjectSet<FreeObject> *, size_t);
H A Dfree_object_list.h42 bool MatchFreeObjectInSet(FreeObjectSet<T> *set, size_t size);
H A Dallocator-inl.h232 ret = freeList_->MatchFreeObjectInSet(set, size); in MatchFreeObjectSet()

Completed in 2 milliseconds