mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Merge branch 'master' into v2.1
This commit is contained in:
commit
4ccb2dd3bb
@ -177,7 +177,7 @@ static LJ_AINLINE int CALL_MUNMAP(void *ptr, size_t size)
|
|||||||
#if LJ_64
|
#if LJ_64
|
||||||
/* 64 bit mode needs special support for allocating memory in the lower 2GB. */
|
/* 64 bit mode needs special support for allocating memory in the lower 2GB. */
|
||||||
|
|
||||||
#if LJ_TARGET_LINUX
|
#if defined(MAP_32BIT)
|
||||||
|
|
||||||
/* Actually this only gives us max. 1GB in current Linux kernels. */
|
/* Actually this only gives us max. 1GB in current Linux kernels. */
|
||||||
static LJ_AINLINE void *CALL_MMAP(size_t size)
|
static LJ_AINLINE void *CALL_MMAP(size_t size)
|
||||||
|
Loading…
Reference in New Issue
Block a user