mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
MoonchildProductions/UXP#2897: Specify 16k pagesize for loongarch64 in jemalloc
This commit is contained in:
parent
10f50ce4f7
commit
5e4e20d69f
1 changed files with 2 additions and 0 deletions
|
|
@ -919,6 +919,8 @@ static const bool config_recycle = false;
|
|||
#define pagesize_2pow ((size_t) 13)
|
||||
#elif defined(__powerpc64__)
|
||||
#define pagesize_2pow ((size_t) 16)
|
||||
#elif defined(__loongarch__) || defined(__loongarch64)
|
||||
#define pagesize_2pow ((size_t) 14)
|
||||
#else
|
||||
#define pagesize_2pow ((size_t) 12)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue