7 lines
183 B
C
7 lines
183 B
C
|
|
#include "tiny_page_box.h"
|
||
|
|
|
||
|
|
// TLS state definitions for Tiny Page Box
|
||
|
|
__thread TinyPageBoxState g_tiny_page_box_state[TINY_NUM_CLASSES];
|
||
|
|
__thread int g_tiny_page_box_init_done = 0;
|
||
|
|
|