6 lines
178 B
C
6 lines
178 B
C
#include "tiny_page_box.h"
|
|
|
|
// TLS state definitions for Tiny Page Box
|
|
__thread TinyPageBoxContext g_tiny_page_box[TINY_NUM_CLASSES];
|
|
__thread int g_tiny_page_box_init_done = 0;
|