index
:
delta/erlang.git
HansN-patch-1
HansN/common_test/rephrase_ct_prop_test_doc
IngelaAndin-httpc-typo
KennethL-patch-1
KennethL/erl_docgen/erlref_update
baserock/morph
baserock/ps/proto-web-system
baserock/ps/try-erlang
bjorn/contributing
bjorn/contributing-1
bjorn/work
bmk/kernel/20200514/sctp_and_udp_recv_hangs_on_close/OTP-16654
dgud-string-depr
dgud/stdlib/gen-async-call
gcc-5-pic-cmpxchg8b-quickfix
gh-pages
ingela/master/dtls/test-cuddle
kenneth/asn1_paramtype/OTP-17227
klarna/mnesia_ext
kuba/ssl/doc_typeos_using_ssl
lukas/erts/win32-read_file_info-links
lukas/kernel/docs-assert
maint
maint-17
maint-18
maint-19
maint-20
maint-21
maint-22
maint-23
maint-24
maint-25
maint-26
maint-r13
maint-r14
maint-r14b03
maint-r15
maint-r16
maint-r16b02
master
master-pu
meta
pu
sverker-erts-alloc-doc-fix
sverker-ets-doc-1
sverker-ets-patch-1
sverker/doc-fix-billion
sverker/enif_open_resource_type-doc
github.com: erlang/otp.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
erts
/
emulator
/
beam
/
erl_alloc_util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'rickard/aligned-sys_alloc-carriers/OTP-11318' into rickard/alig...
Rickard Green
2013-09-25
1
-43
/
+62
|
\
|
*
Implement platform specific aligned sys_alloc and use when supported
Rickard Green
2013-09-25
1
-41
/
+62
*
|
erts: Fix print out of acul option in crash dump
Lukas Larsson
2013-08-23
1
-1
/
+1
*
|
erts: Fix management of redirected carrier to deallocate
Rickard Green
2013-06-10
1
-11
/
+30
*
|
erts: Carrier pool information in allocator information
Rickard Green
2013-06-04
1
-1
/
+161
*
|
erts: Use carrier pool for migration of carriers
Rickard Green
2013-06-04
1
-331
/
+1211
*
|
erts: Implement test case for carrier pool
Rickard Green
2013-06-04
1
-1
/
+38
*
|
erts: Implement carrier pool
Rickard Green
2013-06-04
1
-7
/
+521
*
|
erts: Fix type errors in info functions
Rickard Green
2013-06-04
1
-9
/
+12
*
|
erts: Use Uint64 for call counts
Rickard Green
2013-06-04
1
-32
/
+25
*
|
erts: Remove unnecessary flag arguments in allocators
Sverker Eriksson
2013-06-03
1
-45
/
+36
*
|
erts: Remove SBMBC allocator
Sverker Eriksson
2013-06-03
1
-306
/
+57
*
|
erts: Add test for add_mbc and remove_mbc callbacks
Sverker Eriksson
2013-06-03
1
-0
/
+3
*
|
erts: Prepare aoff allocator for carrier migration
Sverker Eriksson
2013-06-03
1
-6
/
+0
*
|
erts: Make carrier header sizes customizable
Sverker Eriksson
2013-06-03
1
-1
/
+6
*
|
erts: Add "bestfit within carrier" for aoff allocator (aoffcbf)
Sverker Eriksson
2013-06-03
1
-36
/
+1
*
|
Merge branch 'sverk/win64-fixes' into maint
Sverker Eriksson
2013-05-22
1
-31
/
+31
|
\
\
|
*
|
erts: Change some more 'long' to pointer sized int (ErlDrvUInt)
Sverker Eriksson
2013-05-06
1
-31
/
+31
|
|
/
*
|
erts: Fix locking order violation for allocation wrappers
Sverker Eriksson
2013-04-15
1
-30
/
+36
*
|
erts: Fix unabused bug in fixed allocation
Sverker Eriksson
2013-04-02
1
-2
/
+6
*
|
erts: Refactor in new struct ErtsAllctrFixDDBlock_t
Sverker Eriksson
2013-04-02
1
-7
/
+8
|
/
*
erts: Evict old cached segments for newer ones
Björn-Egil Dahlberg
2013-02-11
1
-4
/
+6
*
Update copyright years
Björn-Egil Dahlberg
2013-01-25
1
-1
/
+1
*
Merge branch 'sverk/r16/utf8-atoms'
Sverker Eriksson
2013-01-23
1
-2
/
+2
|
\
|
*
erts: Change internal representation of atoms to utf8
Sverker Eriksson
2013-01-08
1
-2
/
+2
*
|
erts: Optimize erl_alloc_util.c by substitute MBC_BLK_SZ
Sverker Eriksson
2012-12-14
1
-10
/
+10
*
|
erts: Fix bug when allocating size near sbc_threshold
Sverker Eriksson
2012-12-14
1
-6
/
+18
*
|
erts: Make carrier header sizes compile time constants
Sverker Eriksson
2012-11-21
1
-31
/
+27
*
|
erts: Cleanup minor things in alloc_util
Sverker Eriksson
2012-11-19
1
-3
/
+1
*
|
erts: Fix compile warnings in alloc_util
Sverker Eriksson
2012-11-16
1
-1
/
+6
*
|
erts: Enable new header scheme without super alignment on 64-bit
Sverker Eriksson
2012-11-15
1
-14
/
+14
*
|
erts: Ensure MBC limits due to super alignment
Sverker Eriksson
2012-11-15
1
-5
/
+17
*
|
erts: Add carrier pointer to header of free block
Sverker Eriksson
2012-11-15
1
-69
/
+134
*
|
erts: Refactor renaming a couple of macros in alloc_util
Sverker Eriksson
2012-11-15
1
-32
/
+32
*
|
erts: Refactor removing dummy footer in carrier header
Sverker Eriksson
2012-11-15
1
-15
/
+30
*
|
erts: Save one word per block for thread preferred allocators
Sverker Eriksson
2012-11-15
1
-117
/
+61
*
|
erts: Refactor erl_alloc_util.c
Sverker Eriksson
2012-11-15
1
-34
/
+23
*
|
erts: Change single carrier block header flags
Sverker Eriksson
2012-11-15
1
-37
/
+51
*
|
erts: Use new mseg flag argument for carrier sizing
Sverker Eriksson
2012-11-15
1
-4
/
+7
*
|
erts: Move carrier alignment define to erl_msg.h
Sverker Eriksson
2012-11-15
1
-1
/
+1
*
|
erts: Add carrier offset to internal allocation headers
Sverker Eriksson
2012-11-15
1
-215
/
+204
*
|
erts: New mseg allocator cache
Björn-Egil Dahlberg
2012-11-13
1
-2
/
+2
|
/
*
Improve the enqueue operation of delayed dealloc
Rickard Green
2012-07-31
1
-42
/
+87
*
Fix faulty use of thread progress in handle_aux_work()
Rickard Green
2012-06-18
1
-1
/
+1
*
Merge branch 'rickard/barriers/OTP-9922' into maint
Rickard Green
2012-02-20
1
-6
/
+25
|
\
|
*
Misc memory barrier fixes
Rickard Green
2012-02-19
1
-6
/
+25
*
|
erts: Correct incorrect assertion in erl_alloc_util.c
Björn Gustavsson
2012-01-31
1
-1
/
+2
|
/
*
Return true/false instead of num for +M<S>t info
Lukas Larsson
2011-12-08
1
-3
/
+1
*
Replace system block with thread progress block
Rickard Green
2011-11-13
1
-3
/
+1
*
Optimize memory allocation
Rickard Green
2011-11-13
1
-173
/
+844
[next]