Home
last modified time | relevance | path

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

/DragonOS-0.1.8/docs/kernel/memory_management/
Dallocate-memory.md3   本文将讲述如何在内核中进行内存分配。在开始之前,请您先了解一个基本点:DragonOS的内核使用4KB的页来管理内存,并且具有伙伴分配器和slab分配器。并且对用户空间、内核…
/DragonOS-0.1.8/kernel/src/libs/
Dlz4.c225 #define KB *(1 << 10) macro
838 static const int LZ4_64Klimit = ((64 KB) + (MFLIMIT - 1));
1107 …|| ((tableType == byU32) && cctx->currentOffset > 1 GB) || tableType == byPtr || inputSize >= 4 KB) in LZ4_prepareTable()
1127 cctx->currentOffset += 64 KB; in LZ4_prepareTable()
1927 dict->currentOffset += 64 KB; in LZ4_loadDict()
1934 if ((dictEnd - p) > 64 KB) in LZ4_loadDict()
1935 p = dictEnd - 64 KB; in LZ4_loadDict()
1967 workingStream->internal_donotuse.currentOffset = 64 KB; in LZ4_attach_dictionary()
1986 U32 const delta = LZ4_dict->currentOffset - 64 KB; in LZ4_renormDictT()
1997 LZ4_dict->currentOffset = 64 KB; in LZ4_renormDictT()
[all …]