Commits
User selector
Commit History
Commits on Sep 23, 2021
[libpas] fix DebugHeap
Show description for 624c1c9committed
Filip Pizlo
Commits on Jul 13, 2021
New malloc algorithm
Show description for b6d532acommitted
Commits on Jan 18, 2020
[bmalloc] Define alias for std::lock_guard and std::unique_lock for better readability
Show description for 14be580committed
Commits on Jan 16, 2020
[bmalloc] IsoHeap's initial setup should be small
Show description for 7321b4bcommitted
Commits on Sep 6, 2019
Use FailureAction everywhere in bmalloc instead of a crashOnFailure boolean.
Show description for 0adcdd7committed
Mark Lam
Commits on Apr 22, 2019
[bmalloc] Use StaticPerProcess' mutex as bmalloc::Heap does with PerProcess
Show description for f0001f7committed
Commits on Mar 14, 2019
[bmalloc] Add StaticPerProcess for known types to save pages
Show description for e24c517committed
Commits on Mar 5, 2019
[bmalloc] Bmalloc DebugHeap should have dump and scavenge features
Show description for cc4a05dcommitted
Commits on Feb 21, 2019
[bmalloc] bmalloc::Heap is allocated even though we use system malloc mode
Show description for 916d793committed
Commits on Feb 20, 2019
[bmalloc] DebugHeap::malloc does not have "try" version.
Show description for 68eb1b9committed
Commits on Oct 30, 2018
Correctly detect string overflow when using the 'Function' constructor.
Show description for 2527488committed
Mark Lam
Commits on Jul 28, 2018
Initialize bmalloc::DebugHeap::m_pageSize for non-Darwin builds.
Show description for 59d7338committed
Mark Lam
Commits on Apr 5, 2018
bmalloc StaticMutex's constructor should be constexpr
Show description for e2eea68committed
Commits on Feb 1, 2018
Replace tryLargeMemalignVirtual with tryLargeZeroedMemalignVirtual and use it to allocate large zeroed memory in Wasm
Show description for 4e88586committed
Commits on Aug 2, 2017
If Gigacage is disabled, bmalloc should service large aligned memory allocation requests through vmAllocate
Show description for fef8eafcommitted
Filip Pizlo
Commits on Feb 3, 2017
Include cstdlib before using ::malloc and posix_memalign
Show description for 570dabeauthored andcommitted
Commits on Jan 13, 2017
bmalloc: Use a separate zone when using system malloc
Show description for 131d9f5committed
Loading