Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmicro_thread.h58 #define STACK_PAD_SIZE 128 macro
60 #define DEFAULT_STACK_SIZE STACK_PAD_SIZE * 1024
H A Dmicro_thread.cpp91 _stack->_esp = _stack->_stk_top - STACK_PAD_SIZE; in InitStack()