Commits
User selector
Commit History
Commits on Sep 22, 2021
[bmalloc] freeableMemory and footprint of Heap are completely broken
Show description for 74463d4committed
Commits on Jul 14, 2021
[BMalloc] Lazily allocate physical pages
Show description for 8e1ec1dcommitted
Commits on Jul 13, 2021
New malloc algorithm
Show description for b6d532acommitted
Commits on Jul 6, 2021
[bmalloc] Make adaptive scavenging more precise
Show description for fb8d4c9committed
Commits on Jun 4, 2021
2021-06-03 Michael Saboff <msaboff@apple.com>
Show description for cbefc04committed
Commits on May 31, 2021
[bmalloc] Make adaptive scavenging more precise
Show description for ccb5065committed
Commits on May 21, 2021
[bmalloc] Rollout r276266 because WebKit processes are spending much more time in madvise
Show description for 3396bdecommitted
Commits on Apr 19, 2021
[bmalloc] Enable Adaptive Scavenger for Mac
Show description for 824e134committed
Commits on Jun 20, 2020
[JSC] Check Gigacage usage before launching VM
Show description for ff1b81ecommitted
Commits on Jun 2, 2020
Change Gigacage::Config to use storage in WebConfig::g_config instead of its own.
Show description for c9b3c10committed
Mark Lam
Commits on May 14, 2020
[bmalloc] Introduce lock-less ObjectType query
Show description for 8df0f09committed
Commits on Feb 8, 2020
[bmalloc] VMHeap can be merge into Heap
Show description for b6676b3committed
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 Jan 9, 2020
[bmalloc] Extract constants from Heap and share it among Heaps.
Show description for 80746e9committed
Commits on Dec 7, 2019
[bmalloc] Decommit unused region in chunk metadata.
Show description for bbac109committed
Commits on Nov 19, 2019
[bmalloc] Some chunks have unused region in the tail of its memory block.
Show description for 454cc26committed
Commits on Nov 16, 2019
[bmalloc] The tracking of freeableMemory of Heap doesn't count Chunk's metadata size.
Show description for a37354dcommitted[Mac] Use better describing name for Mac's scavenger compiler flag.
Show description for e9f29c3committed
Commits on Sep 9, 2019
Revert to pre-r243144 scavenging behavior for macOS
Show description for 6f67aa3committed
Commits on Sep 6, 2019
Fix bmalloc::Allocator:tryAllocate() to return null on failure to allocate.
Show description for 6f9b0a2committed
Mark Lam
Commits on Mar 22, 2019
[BMalloc] No need to delay deallocating chunks based on recent use
Show description for 039ddeacommitted
Commits on Mar 19, 2019
[BMalloc] Scavenger should react to recent memory activity
Show description for fdcfd8acommitted
Commits on Mar 14, 2019
[bmalloc] Add StaticPerProcess for known types to save pages
Show description for e24c517committed
Commits on Feb 21, 2019
[bmalloc] bmalloc::Heap is allocated even though we use system malloc mode
Show description for 916d793committed
Commits on Feb 12, 2019
Unreviewed, rolling out r241182.
Show description for 4e0cff2committed
Commits on Feb 8, 2019
bmalloc uses more memory on iOS compared to macOS due to physical page size differences
Show description for 18f45a2committed
Commits on Jan 19, 2019
gigacage slide should randomize both start and end
Show description for e5d89a2committed
Commits on Jan 18, 2019
Gigacages should start allocations from a slide
Show description for cbb903ccommittedUnreviewed, rolling out r240160.
Show description for 2d4db73committedGigacages should start allocations from a slide
Show description for 705a10ecommitted
Commits on Apr 10, 2018
bmalloc should do partial scavenges more frequently
Show description for 390cc9fcommitted
Commits on Apr 5, 2018
bmalloc StaticMutex's constructor should be constexpr
Show description for e2eea68committed
Commits on Apr 2, 2018
bmalloc should compute its own estimate of its footprint
Show description for 8d846adcommitted
Commits on Mar 11, 2018
PerProcess<> should be safe by default
Show description for 36224c2committed
Filip Pizlo