index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibC
/
malloc.cpp
Age
Commit message (
Expand
)
Author
2020-07-11
LibC: Some s/int/size_t/ in the malloc code
Andreas Kling
2020-05-20
Revert "AK+LibC: Move non-placement new/delete into LibC"
Andreas Kling
2020-05-20
AK+LibC: Move non-placement new/delete into LibC
Andrew Kaster
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-03-06
LibC: Fix crash in free() now that mprotect() works correctly
Andreas Kling
2020-02-18
LibC: Statically allocate allocators
Sergey Bugaev
2020-02-16
malloc: Use 64KB blocks (instead of 4KB)
Andreas Kling
2020-02-02
LibC: Allow opting into malloc() and free() performance event logging
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-22
LibC: Prevent assertions in malloc/free at exit time
Andrew Kaster
2019-12-20
LibC: Make empty malloc blocks purgeable
Sergey Bugaev
2019-12-18
LibC: Store empty malloc blocks in an array instead of a linked list
Sergey Bugaev
2019-12-02
LibC: Also mark empty-but-kept-around BigAllocationBlocks as PROT_NONE
Andreas Kling
2019-12-02
LibC: Protect empty-but-kept-around ChunkedBlocks with PROT_NONE
Andreas Kling
2019-09-29
LibC: Some build fixes for strange platforms
Andreas Kling
2019-08-26
LibThread: Move CLock to LibThread::Lock
Sergey Bugaev
2019-07-25
LibC: Don't clobber errno in free().
Andreas Kling
2019-07-17
LibC: Fix MALLOC_DEBUG to work
Robin Burchell
2019-07-13
LibC: Protect the malloc heap with a basic lock.
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling