git://git.webkit.org
/
WebKit-https.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Simple line layout should not be limited to RenderText.
[WebKit-https.git]
/
Source
/
bmalloc
/
2015-03-04
ggaren@apple.com
bmalloc: Don't branch when setting the owner of a large...
tree
|
commitdiff
2015-03-03
ggaren@apple.com
bmalloc should implement malloc introspection (to stop...
tree
|
commitdiff
2015-03-03
ggaren@apple.com
bmalloc: Added missing features to the malloc zone...
tree
|
commitdiff
2015-03-03
ggaren@apple.com
bmalloc should implement malloc introspection (to stop...
tree
|
commitdiff
2015-03-03
ggaren@apple.com
bmalloc: Miscellaneous cleanup
tree
|
commitdiff
2015-03-03
ggaren@apple.com
bmalloc: Eagerly remove allocated objects from the...
tree
|
commitdiff
2015-02-28
rniwa@webkit.org
Fixed a typo in the previous commit.
tree
|
commitdiff
2015-02-28
rniwa@webkit.org
EFL build fix after r180797.
tree
|
commitdiff
2015-02-28
ggaren@apple.com
bmalloc: Pathological madvise churn on the free(malloc...
tree
|
commitdiff
2015-02-26
ggaren@apple.com
bmalloc: Large object free list can grow infinitely
tree
|
commitdiff
2015-02-26
ossy@webkit.org
URTBF after r180693.
tree
|
commitdiff
2015-02-26
ggaren@apple.com
2015-02-26 Geoffrey Garen <ggaren@apple.com>
tree
|
commitdiff
2015-02-26
ggaren@apple.com
bmalloc: Refactored SegregatedFreeList and BoundaryTag...
tree
|
commitdiff
2015-02-26
ggaren@apple.com
bmalloc: free up a bit in BoundaryTag
tree
|
commitdiff
2015-02-25
slewis@apple.com
Rolling out trac.webkit.org/changeset/180430 as it...
tree
|
commitdiff
2015-02-24
ggaren@apple.com
bmalloc: Added a little more abstraction for large...
tree
|
commitdiff
2015-02-20
ggaren@apple.com
bmalloc should implement malloc introspection (to stop...
tree
|
commitdiff
2015-02-20
commit-queue@webki...
Unreviewed, rolling out r180363.
tree
|
commitdiff
2015-02-19
ggaren@apple.com
bmalloc should implement malloc introspection (to stop...
tree
|
commitdiff
2015-02-19
ggaren@apple.com
bmalloc should implement malloc introspection (to stop...
tree
|
commitdiff
2015-02-18
ggaren@apple.com
bmalloc: VMHeap should keep a record of all of its...
tree
|
commitdiff
2015-02-18
zandobersek@gmail.com
Build bmalloc through CMake as a static library. It...
tree
|
commitdiff
2015-02-13
gyuyoung.kim@samsu...
[BMalloc] Add a FIXME comment for memory alignas
tree
|
commitdiff
2015-02-11
ossy@webkit.org
bmalloc buildfix on 32 bit Linux (x86/ARM)
tree
|
commitdiff
2015-02-11
gyuyoung.kim@samsu...
[EFL][GTK] Use bmalloc instead of tcmalloc
tree
|
commitdiff
2015-01-31
weinig@apple.com
Remove even more Mountain Lion support
tree
|
commitdiff
2015-01-30
ggaren@apple.com
GC marking threads should clear malloc caches
tree
|
commitdiff
2015-01-28
dburkart@apple.com
Move ASan flag settings from DebugRelease.xcconfig...
tree
|
commitdiff
2015-01-21
ggaren@apple.com
bmalloc: support aligned allocation
tree
|
commitdiff
2015-01-20
ggaren@apple.com
bmalloc: a little bit of cleanup
tree
|
commitdiff
2015-01-17
ggaren@apple.com
bmalloc: refactored XLarge allocation for better alignment
tree
|
commitdiff
2015-01-17
ggaren@apple.com
bmalloc: added some infrastructure for aligned allocation
tree
|
commitdiff
2015-01-13
ggaren@apple.com
Consider alignment when allocating from a SegregatedFre...
tree
|
commitdiff
2015-01-13
ggaren@apple.com
Renamed minimum to size in SegregatedFreeList
tree
|
commitdiff
2015-01-11
mitz@apple.com
Geoff is organized, but he is not an organization.
tree
|
commitdiff
2015-01-09
ggaren@apple.com
Make bmalloc work with ASan
tree
|
commitdiff
2015-01-05
ggaren@apple.com
Fix up bmalloc's PerThread for use on Linux
tree
|
commitdiff
2014-12-26
mitz@apple.com
<rdar://problem/19348208> REGRESSION (r177027): iOS...
tree
|
commitdiff
2014-12-15
ggaren@apple.com
Safari crashes when you set Malloc environment variables
tree
|
commitdiff
2014-12-12
ggaren@apple.com
bmalloc should support system memory analysis tools...
tree
|
commitdiff
2014-12-12
ggaren@apple.com
2014-12-11 Geoffrey Garen <ggaren@apple.com>
tree
|
commitdiff
2014-12-11
ggaren@apple.com
2014-12-11 Geoffrey Garen <ggaren@apple.com>
tree
|
commitdiff
2014-12-11
ggaren@apple.com
bmalloc should support system memory analysis tools...
tree
|
commitdiff
2014-12-09
ddkilzer@apple.com
Switch from using PLATFORM_NAME to SDK selectors in...
tree
|
commitdiff
2014-11-07
ggaren@apple.com
bmalloc uses 8X more virtual memory than necessary
tree
|
commitdiff
2014-11-02
ddkilzer@apple.com
JavaScriptCore is missing debug info for bmalloc becaus...
tree
|
commitdiff
2014-10-30
dburkart@apple.com
<rdar://problem/18821260> Prepare for the mysterious...
tree
|
commitdiff
2014-09-30
ggaren@apple.com
bmalloc: cleaned up fast path vs slow path
tree
|
commitdiff
2014-09-24
ggaren@apple.com
2014-09-23 Geoffrey Garen <ggaren@apple.com>
tree
|
commitdiff
2014-09-23
ggaren@apple.com
bmalloc: Allocation should be more precise
tree
|
commitdiff
2014-09-19
dbates@webkit.org
Always assume internal SDK when building configuration...
tree
|
commitdiff
2014-09-16
ggaren@apple.com
bmalloc: moved line caches from the deallocator to...
tree
|
commitdiff
2014-09-16
ggaren@apple.com
bmalloc: allocate small and medium objects using the...
tree
|
commitdiff
2014-09-12
ggaren@apple.com
Fixed a goof in bmalloc Vector sizing
tree
|
commitdiff
2014-09-11
ggaren@apple.com
bmalloc should segregate medium-sized objects by line...
tree
|
commitdiff
2014-09-11
ggaren@apple.com
Reviewed by Sam Weinig.
tree
|
commitdiff
2014-09-11
ggaren@apple.com
bmalloc: eager scavenge leaves behind a bogus allocator
tree
|
commitdiff
2014-09-06
ggaren@apple.com
bmalloc should honor the FastMalloc statistics API
tree
|
commitdiff
2014-09-03
ggaren@apple.com
bmalloc crashes on the EWS bots (due to bad large objec...
tree
|
commitdiff
2014-08-14
ggaren@apple.com
Fixed a bmalloc crash seen on the EWS bot
tree
|
commitdiff
2014-08-14
ggaren@apple.com
Fixed the bmalloc build
tree
|
commitdiff
2014-08-14
dbates@webkit.org
Attempt to fix the build following <trac.webkit.org...
tree
|
commitdiff
2014-08-14
dbates@webkit.org
Make bmalloc::PerThread work without C++ thread local...
tree
|
commitdiff
2014-08-13
dbates@webkit.org
[iOS] Make JavaScriptCore and bmalloc build with the...
tree
|
commitdiff
2014-08-13
dbates@webkit.org
BPLATFORM(IOS) always evaluates to false
tree
|
commitdiff
2014-08-12
aestes@apple.com
[iOS] Get rid of iOS.xcconfig
tree
|
commitdiff
2014-05-02
mitz@apple.com
Added Radar link to the last ChangeLog entry.
tree
|
commitdiff
2014-05-02
mitz@apple.com
Fixed production builds for the iOS Simulator.
tree
|
commitdiff
2014-04-20
ggaren@apple.com
bmalloc: Segregate pages by objects size
tree
|
commitdiff
2014-04-19
ggaren@apple.com
bmalloc: Improved alignment in LargeChunk
tree
|
commitdiff
2014-04-19
ggaren@apple.com
2014-04-19 Geoffrey Garen <ggaren@apple.com>
tree
|
commitdiff
2014-04-19
ggaren@apple.com
bmalloc: Mutex should be harder to use wrong
tree
|
commitdiff
2014-04-19
ggaren@apple.com
bmalloc: AsyncTask should use Mutex instead of std...
tree
|
commitdiff
2014-04-18
ggaren@apple.com
bmalloc: Added an XSmall line size
tree
|
commitdiff
2014-04-15
ggaren@apple.com
MallocBench should scavenge explicitly instead of waiting
tree
|
commitdiff
2014-04-15
ggaren@apple.com
Use 4kB pages on Mac
tree
|
commitdiff
2014-04-14
ap@apple.com
Fixed svn:ignore on bmalloc.xcodeproj, it had erroneous...
tree
|
commitdiff
2014-04-13
ggaren@apple.com
Fixed some mbmalloc exports
tree
|
commitdiff
2014-04-09
ggaren@apple.com
Put bmalloc headers in the right place
tree
|
commitdiff
2014-04-08
ggaren@apple.com
Made bmalloc more #include friendly
tree
|
commitdiff
2014-04-08
ggaren@apple.com
2014-04-08 Geoffrey Garen <ggaren@apple.com>
tree
|
commitdiff
2014-04-08
ggaren@apple.com
Build bmalloc on Mac
tree
|
commitdiff
2014-04-08
ggaren@apple.com
bmalloc: Fixed a leak in the per-thread cache
tree
|
commitdiff
2014-04-08
ggaren@apple.com
bmalloc: rolled out the tryLock experiment
tree
|
commitdiff
2014-04-07
ggaren@apple.com
bmalloc
tree
|
commitdiff