Files
hakmem/core/box/tiny_page_box.c

6 lines
178 B
C
Raw Permalink Normal View History

#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;