Age | Commit message (Expand) | Author |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2013-10-02 | erts: Fix lock violation for init_atoms in erl_mmap.c | Sverker Eriksson |
2013-09-30 | erts: Add erts_mmap stats | Sverker Eriksson |
2013-09-30 | erts: Add HARD_DBG_MSEG | Sverker Eriksson |
2013-09-30 | erts: erts_mmap improved free seg desc management | Rickard Green |
2013-09-30 | erts: Allow page aligned erts_munmap() | Rickard Green |
2013-09-30 | erts: Fix ASSERT bug and void* arithmetics | Sverker Eriksson |
2013-09-30 | erts: erts_mmap supercarrier management and erts_mseg usage | Rickard Green |
2013-09-30 | erts: Prepare erl_mmap with tree structures for free seg storage | Sverker Eriksson |
2013-05-06 | erts: Change some more 'long' to pointer sized int (ErlDrvUInt) | Sverker Eriksson |
2013-03-08 | compilation fix for NetBSD | YAMAMOTO Takashi |
2013-03-07 | Merge branch 'egil/fix-mseg_dealloc-arguments/OTP-10912' into maint | Björn-Egil Dahlberg |
2013-03-05 | erts: Fix refactor error in mseg | Björn-Egil Dahlberg |
2013-03-04 | erts: Fix void * arithmetic | Björn-Egil Dahlberg |
2013-02-13 | erts: Utilize even more cached sbc segments | Björn-Egil Dahlberg |
2013-02-12 | erts: Prefer sbc segment caching over mbc segments | Björn-Egil Dahlberg |
2013-02-11 | erts: Segment allocator CircleQ API | Björn-Egil Dahlberg |
2013-02-11 | erts: Evict old cached segments for newer ones | Björn-Egil Dahlberg |
2013-02-07 | erts: Refactor mseg cache | Björn-Egil Dahlberg |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg |
2012-12-14 | erts: Clear entire mseg cache upon request | Björn-Egil Dahlberg |
2012-12-14 | erts: Do not cache segments that are misaligned | Björn-Egil Dahlberg |
2012-12-14 | erts: Add mseg cache for large sbc segments | Björn-Egil Dahlberg |
2012-12-14 | erts: Reintroduce mseg options amcbf and rmcbf | Björn-Egil Dahlberg |
2012-12-14 | erts: Fix mseg cache. Malplaced NULL pointer | Björn-Egil Dahlberg |
2012-12-14 | erts: Remove unused mseg options amcbf and rmcbf | Björn-Egil Dahlberg |
2012-11-21 | erts: Don't let zero be considered a power of two | Björn-Egil Dahlberg |
2012-11-21 | erts: Use MSEG_ALIGN_BITS and MSEG_ALIGNED_SIZE | Björn-Egil Dahlberg |
2012-11-15 | erts: Move carrier alignment define to erl_msg.h | Sverker Eriksson |
2012-11-13 | erts: New mseg allocator cache | Björn-Egil Dahlberg |
2012-11-13 | erts: Teach mseg alloc the value of halfword beam | Björn-Egil Dahlberg |
2012-11-13 | erts: Let mseg allocate larger alignments | Björn-Egil Dahlberg |
2012-10-31 | erts: Remove faked MSEG_ALLOC | Björn-Egil Dahlberg |
2011-11-16 | Remove remaining gcc 4.6 assigned-but-not-used warnings from erts | Patrik Nyblom |
2011-11-13 | Replace system block with thread progress block | Rickard Green |
2011-11-13 | Optimize memory allocation | Rickard Green |
2011-05-09 | Expand the use of high memory allocation in halfword emulator | Sverker Eriksson |
2011-03-16 | erts_printf %be to print integers of size Eterm | Sverker Eriksson |
2011-03-09 | Make halfword emulator with valgrind target allocate low memory | Sverker Eriksson |
2011-02-03 | HALFWORD Make system_info mseg_alloc report both low/high mem | Sverker Eriksson |
2011-02-03 | HALFWORD Make more allocators use high mem (binary, fixed and driver) | Sverker Eriksson |
2011-02-03 | HALFWORD ETS 32-bit arch fixes and other cleanups | Sverker Eriksson |
2011-02-03 | HALFWORD first stab at high mem alloc | Sverker Eriksson |
2011-02-03 | HALFWORD ETS relative terms | Sverker Eriksson |
2010-12-20 | Refactor timer interface | Björn-Egil Dahlberg |
2010-08-13 | Add support for NetBSD | Martti Kuparinen |
2010-04-28 | OTP-8591 Race in mseg cashe on non-SMP with async threads | Sverker Eriksson |
2010-03-22 | Merge branch 'pan/otp_8332_halfword' into dev | Erlang/OTP |
2010-03-10 | Fix further test-suite problems | Patrik Nyblom |
2010-03-10 | Add a custom mmap wrapper to force heaps into the lower address range | Patrik Nyblom |