aboutsummaryrefslogtreecommitdiff
path: root/src/lib/malloc
AgeCommit message (Expand)Author
2019-09-30Re-run "make autostyle" with improved annotate_ifdef_directivesNick Mathewson
2019-09-16Run "make autostyle" and fix wide lines.Nick Mathewson
2019-09-16Merge branch 'tor-github/pr/1318'George Kadianakis
2019-09-11madvise: tolerate EINVAL and ENOSYS when minherit failsNick Mathewson
2019-09-02madvise: tolerate EINVAL and ENOSYSNick Mathewson
2019-06-11Merge branch 'tor-github/pr/1050' into maint-0.4.1David Goulet
2019-06-11Give a compile warning when we don't have any flags for minherit().Nick Mathewson
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-30Merge branch 'tor-github/pr/1049'David Goulet
2019-05-29Use MAP_INHERIT_ZERO or MAP_INHERIT_NONE if available.Taylor R Campbell
2019-05-02Add comments to include.am files to note where new sources goNick Mathewson
2019-04-04Use an enum for inherit_result_out.Nick Mathewson
2019-04-04rename inherit values to avoid conflict with system definesNick Mathewson
2019-04-04map_anon: define a macro if it is possible for noinherit to fail.Nick Mathewson
2019-04-04Make map_anon expose the result of a noinherit attemptNick Mathewson
2019-02-25Re-enable and fix unit test for nofork mappingsNick Mathewson
2019-02-06Code for anonymous mappings via mmap() or CreateFileMapping().Nick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-11-14Normalize .may_include to always have paths, and paths to includeNick Mathewson
2018-07-10Rename util_malloc to malloc.Nick Mathewson
2018-07-05Move openbsd-malloc responsibility to lib/mallocNick Mathewson
2018-07-03Remove ATTR_NONNULL macrorl1987
2018-06-22Split container.c based on container types, and minimize includesNick Mathewson
2018-06-21Extract tor_malloc and friends to a new module.Nick Mathewson