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
/
src
/
alloc-posix.c
Age
Commit message (
Expand
)
Author
2022-04-09
fix msvc warnings at level 4
Daan Leijen
2021-12-17
NetBSD mi_reallocarr should update errno (based on PR #499 by @devexen)
daan
2021-12-17
add extra alignment tests
daan
2021-12-17
improve aligned allocation performance
daan
2021-12-15
fix reallocarr indirection (see #492)
Daan
2021-12-15
Merge branch 'dev' into netbsd_reallocarr
Daan
2021-12-01
introduces netbsd's reallocarr overriding.
David Carlier
2021-11-02
add mi_malloc_good_size
Daan
2021-06-07
Revert "make all includes relative"
Daan Leijen
2021-06-06
make all includes relative
Daan Leijen
2021-04-24
Bump copyright date
Jim Huang
2021-01-30
limit memcpy as rep stosb to windows where the cpu supporst FSRM; add mi_memc...
Daan Leijen
2021-01-29
Merge pull request #253 from haneefmubarak/memcpy-rep-movsb-windows-201
Daan
2020-09-04
use pragma warning only on msvc (issue #291)
daan
2020-05-26
resolve #201 with a platform-selective REP MOVSB implementation
Haneef Mubarak
2020-02-17
strengthen alignment check for memalign and aligned_alloc
daan
2020-02-13
fix wrong __declspec(restrict) and __attribute__((malloc)) attributes on real...
daan
2020-02-02
Merge branch 'dev' into dev-exp
daan
2020-02-02
fix warnings under clang-cl
daan
2020-01-31
fix padding check for aligned allocation; improve perf for small aligned allo...
daan
2019-09-11
limit aligned allocation to power-of-two alignment
daan
2019-09-09
use mi_is_power_of_two when possible (pr #118)
daan
2019-09-07
add alignment check to aligned_alloc for C11 compliance
daan
2019-09-03
add back zero initialized re-allocation
daan
2019-07-23
add heap region check to cfree
daan
2019-07-23
merge
daan
2019-07-18
full overriding api supported
daan
2019-07-18
update for new dynamic direction on windows 64-bit
daan
2019-07-08
add more const declarations (pr #79)
daan
2019-07-07
Expose mi prefixed public standard implementations of various posix, unix, an...
daan