aboutsummaryrefslogtreecommitdiff
path: root/src/lj_alloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup architecture, ABI and OS definitions.Mike Pall2010-11-161-6/+5
* Reduce 32GB RLIMIT_DATA on FreeBSD/x64 to allocate low-2GB memory.Mike Pall2010-10-231-9/+20
* Allocate 32 bit memory on OSX/x64 with mmap() hinting.Mike Pall2010-03-041-5/+40
* Fix comments about 64 bit FreeBSD mmap() behavior.Mike Pall2010-03-021-1/+2
* Add compile errors for 64 bit OS without an equivalent of MAP_32BIT.Mike Pall2010-03-021-4/+17
* Fix more 64 bit conversion warnings.Mike Pall2010-01-171-2/+2
* Allocate 32 bit memory on WIN64 using NtAllocateVirtualMemory.Mike Pall2010-01-171-7/+48
* Linux/x64 mremap() does not obey MAP_32BIT, so make it non-moving.Mike Pall2009-12-281-2/+9
* Fast forward to sync public repo.Mike Pall2009-12-081-3/+3
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+1232