Searched refs:STACK_AREA_SIZE (Results 1 – 2 of 2) sorted by relevance
27 static constexpr uint32_t STACK_AREA_SIZE = sizeof(uintptr_t) * MARKSTACK_MAX_SIZE; variable
168 size_t totalSize = sizeof(WorkNode) + sizeof(Stack) + STACK_AREA_SIZE; in AllocateWorkNode()