index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
/
malloc.cpp
Age
Commit message (
Expand
)
Author
2023-01-21
Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/API
Andrew Kaster
2022-09-16
LibC: Remove `_aligned_malloc` and `_aligned_free`
Tim Schumacher
2022-07-20
LibC: Remove the initialization workaround from `s_allocation_enabled`
Tim Schumacher
2022-05-20
LibC: Implement posix_memalign(3) and aligned_alloc(3)
Peter Elliott
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-02
LibC: Increase alignment for malloc() BigAllocationBlocks to 16 bytes
Peter Ross
2022-01-16
LibC: Make `*alloc` return `NULL` in case of failure (POSIX)
Michel Hermier
2022-01-16
LibC: Document some posix `*alloc` urls
Michel Hermier
2022-01-12
LibC: Make the address argument of `malloc_size` a pointer to const
Daniel Bertalan
2022-01-11
AK+LibC+LibPthread: Introduce NoAllocationGuard
kleines Filmröllchen
2021-12-21
AK+Everywhere: Replace __builtin bit functions
Nick Johnson
2021-11-14
LibC: Implement _aligned_malloc and _aligned_free
Daniel Bertalan
2021-09-18
LibC: Don't format strings when asserting with an unstable heap
Jean-Baptiste Boric
2021-08-14
LibC: Don't flatten `malloc` and `free`
Daniel Bertalan
2021-08-14
UserspaceEmulator+LibC: Use sys$emuctl() to disable auditing in malloc
Daniel Bertalan
2021-07-25
LibC: Randomize malloc() block addresses on x86_64
Andreas Kling
2021-07-25
Kernel: Make purgeable memory a VMObject level concept (again)
Andreas Kling
2021-07-22
LibC: Make calloc() actually fail on multiplication overflow
Andreas Kling
2021-07-09
LibC: Re-run clang-format on malloc.cpp
Andreas Kling
2021-07-09
LibC: Simplify locking in malloc
Andreas Kling
2021-07-09
LibThreading: Rename Lock => Mutex
Andreas Kling
2021-07-03
Everywhere: Fix some alignment issues
Daniel Bertalan
2021-06-12
LibC: Expose PAGE_ROUND_UP in mallocdefs.h
Sahan Fernando
2021-06-03
LibC: Switch ChunkedBlock to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-05-29
LibC: Don't leak memory for realloc(p, 0)
Gunnar Beutner
2021-05-23
LibC+UE: Keep more unused chunked blocks around
Gunnar Beutner
2021-05-22
Userland: Rename LibThread => LibThreading
Andreas Kling
2021-05-18
Revert "LibC: Simplify malloc size classes"
Andreas Kling
2021-05-18
LibC: Simplify malloc size classes
Lenny Maiorani
2021-05-15
AK+LibC: Implement malloc_good_size() and use it for Vector/HashTable
Gunnar Beutner
2021-05-14
LibC: Do not include errno.h inside unistd.h
Jean-Baptiste Boric
2021-05-10
LibThread: Remove LOCKER() macro, as it adds no value
Brian Gianforcaro
2021-05-06
LibC: Make malloc(0) return a non-null pointer
Gunnar Beutner
2021-05-06
LibC: Lazily initialize malloc chunks
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-09
UserspaceEmulator+LibC: Use sys$emuctl() to pass malloc info to UE
Andreas Kling
2021-03-09
LibC: Don't scrub memory in malloc/free when running in UE
Andreas Kling
2021-02-24
LibC: Avoid double memory clearing in calloc()
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-17
LibC: Convert dbgprintf() => dbgln()
Andreas Kling
2021-01-31
LibC: Don't honor LIBC_* malloc debugging flags in AT_SECURE context
Andreas Kling
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling