Searched refs:MB_SEGMENT_BUFFER_MIN (Results 1 – 3 of 3) sorted by relevance
294 else if ((p_segbuf[i] = (u8 *)OS_Alloc(MB_SEGMENT_BUFFER_MIN)) == NULL) in ParentInit()296 OS_TPrintf("ParentInit : memory allocation failed. (%d BYTE)\n", MB_SEGMENT_BUFFER_MIN); in ParentInit()298 else if (!MB_ReadSegment(file, p_segbuf[i], MB_SEGMENT_BUFFER_MIN)) in ParentInit()
56 #define MB_SEGMENT_BUFFER_MIN 0x10000 macro
33 sizeof(u32) * 4 + MB_CACHE_PAGE_SIZE * 3 <= MB_SEGMENT_BUFFER_MIN);130 if (ret < MB_SEGMENT_BUFFER_MIN) in MB_GetSegmentLength()131 ret = MB_SEGMENT_BUFFER_MIN; in MB_GetSegmentLength()