Searched defs:stack_capacity (Results 1 – 2 of 2) sorted by relevance
54 size_t stack_capacity() { return thread_local_.memory_size_; } in stack_capacity() function
85 static const size_t stack_capacity = 5; in TEST() local