// tiny_sticky.c - Sticky TLS Active box #include #include "hakmem_tiny.h" #include "tiny_sticky.h" __thread SuperSlab* g_tls_sticky_ss[TINY_NUM_CLASSES][TINY_STICKY_RING] = {0}; __thread uint8_t g_tls_sticky_idx[TINY_NUM_CLASSES][TINY_STICKY_RING] = {0}; __thread uint8_t g_tls_sticky_pos[TINY_NUM_CLASSES] = {0};