Home
last modified time | relevance | path

Searched refs:kFastPathFallBackTiny (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dfree-list.h449 static const FreeListCategoryType kFastPathFallBackTiny = 15; variable
452 STATIC_ASSERT(categories_min[kFastPathFallBackTiny] ==
Dfree-list.cc364 for (type = next_nonempty_category[kFastPathFallBackTiny]; in Allocate()