Searched refs:FF_MEMBOX_ALLOC_SIZE (Results 1 – 1 of 1) sorted by relevance
17 #define FF_MEMBOX_ALLOC_SIZE (FF_MAX_SS * FF_MEM_BLOCK_NUM + FF_MEMBOX_HEAD_SIZE) macro18 static unsigned char g_ffMemBoxArray[FF_MEMBOX_ALLOC_SIZE] = {0};63 (VOID)LOS_MemboxInit(g_ffMemBoxArray, FF_MEMBOX_ALLOC_SIZE, FF_MAX_SS); in ff_memalloc()