Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_cache.h34 #define SK_DFLT_ALIGN_SIZE 8 macro
H A Dmt_cache.cpp42 total = (total + SK_DFLT_ALIGN_SIZE - 1) / SK_DFLT_ALIGN_SIZE * SK_DFLT_ALIGN_SIZE; in new_sk_buffer()