|
安装e17时,有一个eina,带上了这么一系列的USE:
- - mempool-buddy : Compile "buddy" memory pool allocation.
- - mempool-chained : Compile "chained-pool" memory pool allocation.
- - mempool-ememoa-fixed : Compile "ememoa-fixed" memory pool allocation based on sys-libs/ememoa.
- - mempool-ememoa-unknown : Compile "ememoa-unknown" memory pool allocation based on sys-libs/ememoa.
- - mempool-fixed-bitmap : Compile "fixed-bitmap" memory pool allocation.
- - mempool-pass-through : Compile "pass-through" (system's malloc) memory pool allocation.
在wiki上查了一番,没看明白,如果有用的话,这些USE是不是只激活一个就行了?还是说它们都是MEMORY POOL的某一种功能? |
|