aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_alloc_util.c
AgeCommit message (Expand)Author
2019-08-13Merge branch 'john/erts/fix-instrument-allocations-race/OTP-15983' into maintJohn Högberg
2019-08-12erts: Fix crash in instrument:allocations/0-1John Högberg
2019-04-24erts_alloc: Fix incorrect header word packingJohn Högberg
2019-02-05erts: Refactor rbt _yielding to use reductionsLukas Larsson
2018-12-07Merge pull request #2046 from jhogberg/john/erts/mark-pooled-free-blocks-unus...John Högberg
2018-12-07Mark free blocks in pooled carriers as unused (MADV_FREE)John Högberg
2018-12-03Merge branch 'maint'Lukas Larsson
2018-12-03erts: Fix some 32-bit gcc warningsLukas Larsson
2018-07-12Merge branch 'john/erts/adjust-fix-alloc-sizes'John Högberg
2018-07-09Adjust fix_alloc sizes to guarantee they fit a dd blockJohn Högberg
2018-07-05erts: Simplify calc of allctr->cpool.abandon_limitSverker Eriksson
2018-07-05erts: Simplify cpool_fetchSverker Eriksson
2018-06-28Allow cross-type carrier migrationJohn Högberg
2018-06-18Update copyright yearHenrik Nord
2018-04-23erts: Rewrite memory instrumentationJohn Högberg
2018-04-18erts: Fix rare deadlock in realloc when +ramv is enabledJohn Högberg
2018-03-13Merge PR-1699 from sverker/hipe-amd64-high-code/OTP-14951Sverker Eriksson
2018-03-09Always use sys_memcpy/cmp/etc instead of plain memcpy/cmp/etcJohn Högberg
2018-03-05erts: Remove hipe amd64 code super carrier (exec_mmap)Sverker Eriksson
2018-02-12Merge 'sverker/maint-20/alloc-n-migration/ERIERL-88'Sverker Eriksson
2018-02-12Merge 'sverker/maint-19/alloc-n-migration/ERIERL-88'Sverker Eriksson
2018-02-12Merge 'sverker/carrier-migration-improvements'Sverker Eriksson
2018-02-12erts: Add system_flags(erts_alloc,"+M?sbct *")Sverker Eriksson
2018-02-08erts: Add migration options "acnl" and "acfml"Sverker Eriksson
2017-12-20erts: Add more stats for mbcs_poolSverker Eriksson
2017-12-20erts: Improve carrier pool searchSverker Eriksson
2017-12-20erts: Refactor carrier dealloc migrationSverker Eriksson
2017-07-17erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson
2017-07-17erts: Remove ERTS_SMP and USE_THREAD definesLukas Larsson
2017-07-06Merge branch 'john/erts/runtime-lcnt' into maintJohn Högberg
2017-07-06Allow toggling lock counting at runtimeJohn Högberg
2017-05-21erts: Make allocator functions staticSalikhov Dinislam
2017-05-04Update copyright yearRaimo Niskanen
2017-02-14Fixed typos in ertsAndrew Dryga
2016-12-02erts: Remove unnecessary 'enable_lcnt' option in locksBjörn-Egil Dahlberg
2016-11-23Merge branch 'maint'Rickard Green
2016-11-23Merge branch 'rickard/dirty-scheduling-fixes' into maintRickard Green
2016-11-22Fix alloc-util hard-debugRickard Green
2016-11-22Merge branch 'maint'Sverker Eriksson
2016-11-17erts: Fix all -Wundef errorsSverker Eriksson
2016-11-17erts: Refactor crash dumping with cbprintfSverker Eriksson
2016-10-17Merge branch 'sverker/hipe-code-loadnpurge/OTP-13968'Sverker Eriksson
2016-10-14erts: Enable exec_alloc for all hipe architecturesSverker Eriksson
2016-10-12erts: Add strict size assert to fix allocSverker Eriksson
2016-04-26Merge branch 'lukas/erts/non-smp-debug-fixes/OTP-13047'Lukas Larsson
2016-04-20Merge branch 'sverker/hipe-code-alloc'Sverker Eriksson
2016-04-20erts: Make sure literal MBCs have super aligned sizesSverker Eriksson
2016-04-15erts: Refactor callbacks for literal mseg allocSverker Eriksson
2016-04-13Merge branch 'henrik/update-copyrightyear'Henrik Nord
2016-04-06erts: Add lttng tracepoints for memory carriersBjörn-Egil Dahlberg