index
:
Project-1CE/external_mimalloc
sugisawa-mr1
tachibana
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
mimalloc.h
Age
Commit message (
Collapse
)
Author
2020-02-01
add 'nodiscard' attribute to mimalloc interface
daan
2020-01-27
merge from dev-exp; better abandoned reclamation
daan
2020-01-23
remove __thread attribute from mimalloc.h
daan
2020-01-23
use -fvisibility=hidden on clang as well
daan
2020-01-22
Merge branch 'dev' into dev-arena
daan
2020-01-22
bump version to 1.5 for further development
daan
2020-01-20
merge from dev
daan
2020-01-20
add mi_new_realloc(n) to support C++ style reallocation that raises ↵
daan
std::bad_alloc on out-of-memory
2020-01-20
add missing members to stl allocator (#193)
daan
2020-01-19
add alloc_align attribute to aligned allocation functions
daan
2020-01-19
add max_size member to STL allocator
daan
2020-01-17
Add ability to register custom error function called on various error ↵
daan
conditions; including ENOMEM
2020-01-17
fix STL deallocate passing count (instead of size) to mi_free_size
daan
2020-01-17
improve STL allocator using mi_new_n and removing unused parameter names; ↵
daan
follow up from pr #193 and #188
2020-01-16
use proper C++11 check for noexcept attribute
daan
2020-01-16
rearrange STL allocator code: remove pragma, ifdef for C++11
daan
2020-01-16
Merge branch 'dev' into kile/stl
Daan
2020-01-16
merge stl and main header
Kirsten Lee
2020-01-16
flip the order of includes for ease of use
Kirsten Lee
2020-01-16
add explicit calling convention to registered functions
daan
2020-01-16
add option to reset eagerly when a segment is abandoned
daan
2020-01-15
bump version to 1.4 for further development
daan
2020-01-15
add output argument to stat printing
daan
2020-01-15
add argument pointer to the register deferred free callback
daan
2020-01-15
add argument pointer to the register output routine
daan
2019-11-25
merge from dev
daan
2019-11-25
clean up options; make secure work with eager_page_commit
daan
2019-11-24
experimental eager page commit option
daan
2019-11-22
Merge branch 'dev' into dev-arena
daan
2019-11-22
bump version to 1.3 for further development
daan
2019-11-21
wip: full decommit delay, for arena cache as well
daan
2019-11-21
merge from dev-exp
daan
2019-11-21
merge from dev
daan
2019-11-21
update version to 1.2
daan
2019-11-20
remove reset delay slots; add reset tracking per page and segment
Daan Leijen
2019-11-20
remove delayed reset option (for now)
Daan Leijen
2019-11-13
replace max_numa_nodes by use_numa_nodes (to help with wrong detection of ↵
Daan Leijen
numa nodes on WSL for example)
2019-11-12
change max_numa_node to max_numa_nodes option
Daan Leijen
2019-11-11
merge from dev-exp
daan
2019-11-11
remove cache_reset parameter
daan
2019-11-11
remove reset_decommits option
daan
2019-11-10
merge dev-exp
daan
2019-11-10
merge from dev-exp; bitmap based arena
Daan Leijen
2019-11-06
change arena allocator to atomic bitmap as well
daan
2019-11-04
initial delay slots
daan
2019-11-04
merge d1d65fbc: make max error messages configurable
daan
2019-11-03
merge from dev-exp
daan
2019-11-03
make max error messages configurable
daan
2019-11-01
merge from dev-exp (numa support)
daan
2019-11-01
initial numa support for arenas
daan
[prev]
[next]