2017-04-15 |
mark.lam@apple.com | Update architectures in xcconfig files. |
tree | commitdiff |
2017-04-13 |
mitz@apple.com | [Mac] Future-proof .xcconfig files |
tree | commitdiff |
2017-02-03 |
commit-queue@webki... | Include cstdlib before using ::malloc and posix_memalign |
tree | commitdiff |
2017-02-01 |
akling@apple.com | Implement the alwaysRunsAtBackgroundPriority WK2 settin... |
tree | commitdiff |
2017-01-13 |
ggaren@apple.com | bmalloc: Use a separate zone when using system malloc |
tree | commitdiff |
2016-12-16 |
mmaxfield@apple.com | Sort Xcode project files |
tree | commitdiff |
2016-12-09 |
ddkilzer@apple.com | Always check the return value of pthread_key_create() |
tree | commitdiff |
2016-12-07 |
ap@apple.com | Correct SDKROOT values in xcconfig files |
tree | commitdiff |
2016-11-29 |
aestes@apple.com | [Cocoa] Enable two clang warnings recommended by Xcode |
tree | commitdiff |
2016-11-10 |
ggaren@apple.com | bmalloc threads should have a non-default QoS |
tree | commitdiff |
2016-10-21 |
mark.lam@apple.com | bmalloc api should crash on failure to allocate when... |
tree | commitdiff |
2016-09-26 |
commit-queue@webki... | Avoid implicit conversion from iterator to pointer |
tree | commitdiff |
2016-09-06 |
fpizlo@apple.com | Butterflies should be allocated in Auxiliary MarkedSpac... |
tree | commitdiff |
2016-08-31 |
utatane.tea@gmail.com | Unreviewed, build fix for GCC ports |
tree | commitdiff |
2016-08-31 |
ggaren@apple.com | bmalloc: speed up the lock slow path |
tree | commitdiff |
2016-08-26 |
ggaren@apple.com | 2016-08-26 Geoffrey Garen <ggaren@apple.com> |
tree | commitdiff |
2016-08-26 |
ggaren@apple.com | Renamed XLarge* => Large* |
tree | commitdiff |
2016-08-26 |
barraclough@apple.com | bmalloc: speed up the lock slow path |
tree | commitdiff |
2016-08-24 |
akling@apple.com | Source/bmalloc: |
tree | commitdiff |
2016-08-24 |
fpizlo@apple.com | Unreviewed, roll out r204901, r204897, r204866, r204856... |
tree | commitdiff |
2016-08-23 |
fpizlo@apple.com | Butterflies should be allocated in Auxiliary MarkedSpac... |
tree | commitdiff |
2016-08-23 |
utatane.tea@gmail.com | Unreviewed, build fix on GCC environment |
tree | commitdiff |
2016-08-22 |
ggaren@apple.com | bmalloc: speed up the lock slow path |
tree | commitdiff |
2016-08-03 |
ggaren@apple.com | [bmalloc] Merging of XLargeRanges can leak the upper... |
tree | commitdiff |
2016-07-13 |
enrica@apple.com | Update supported platforms in xcconfig files to match... |
tree | commitdiff |
2016-07-12 |
ggaren@apple.com | Crash due to abort() calling libc++.1.dylib: std::__1... |
tree | commitdiff |
2016-06-12 |
ddkilzer@apple.com | Crash in com.apple.WebKit.WebContent at std::__1::__cal... |
tree | commitdiff |
2016-06-11 |
ddkilzer@apple.com | Implement logging for RELEASE_BASSERT_WITH_MESSAGE... |
tree | commitdiff |
2016-06-07 |
bfulgham@apple.com | Prevents integer overflow in Vector.h |
tree | commitdiff |
2016-05-27 |
annulen@yandex.ru | [cmake] Deduplicated bmalloc/Zone.cpp handling. |
tree | commitdiff |
2016-05-22 |
beidson@apple.com | Move to C++14. |
tree | commitdiff |
2016-05-17 |
ggaren@apple.com | REGRESSION: JetStream crashes on some iPhones |
tree | commitdiff |
2016-05-17 |
ggaren@apple.com | REGRESSION (200035): changes in "WebKit Malloc" VM... |
tree | commitdiff |
2016-05-10 |
ddkilzer@apple.com | bmalloc should automatically disable itself when Thread... |
tree | commitdiff |
2016-05-03 |
ggaren@apple.com | 2016-05-03 Geoffrey Garen <ggaren@apple.com> |
tree | commitdiff |
2016-05-03 |
ggaren@apple.com | Assertion failure in bmalloc::vmRevokePermissions(void... |
tree | commitdiff |
2016-04-28 |
ggaren@apple.com | Assertion failure in bmalloc::vmRevokePermissions(void... |
tree | commitdiff |
2016-04-25 |
ggaren@apple.com | 2016-04-25 Geoffrey Garen <ggaren@apple.com> |
tree | commitdiff |
2016-04-23 |
barraclough@apple.com | bmalloc: vm allocations should plant guard pages |
tree | commitdiff |
2016-04-22 |
ggaren@apple.com | bmalloc: vm allocations should plant guard pages |
tree | commitdiff |
2016-04-22 |
ggaren@apple.com | bmalloc: Constify introspect function pointer table |
tree | commitdiff |
2016-04-20 |
ggaren@apple.com | bmalloc: fix up overflow checks |
tree | commitdiff |
2016-04-20 |
ggaren@apple.com | 2016-04-19 Geoffrey Garen <ggaren@apple.com> |
tree | commitdiff |
2016-04-19 |
ggaren@apple.com | bmalloc: Merge the large and xlarge allocators |
tree | commitdiff |
2016-04-11 |
commit-queue@webki... | [CMake] Make FOLDER property INHERITED |
tree | commitdiff |
2016-04-08 |
ggaren@apple.com | bmalloc: stress_aligned test fails if you increase... |
tree | commitdiff |
2016-04-06 |
ggaren@apple.com | bmalloc: handle aligned allocations on the fast path |
tree | commitdiff |
2016-04-04 |
ggaren@apple.com | bmalloc: segregate small and large objects again, and... |
tree | commitdiff |
2016-03-30 |
ggaren@apple.com | bmalloc: support physical page sizes that don't match... |
tree | commitdiff |
2016-03-30 |
ggaren@apple.com | bmalloc: page size should be configurable at runtime |
tree | commitdiff |
2016-03-29 |
ddkilzer@apple.com | bmalloc: add logging for mmap() failures |
tree | commitdiff |
2016-03-26 |
ggaren@apple.com | 2016-03-26 Geoffrey Garen <ggaren@apple.com> |
tree | commitdiff |
2016-03-26 |
ggaren@apple.com | bmalloc: fix an ASSERT on iOS |
tree | commitdiff |
2016-03-25 |
ggaren@apple.com | bmalloc: support physical page sizes that don't match... |
tree | commitdiff |
2016-03-25 |
ggaren@apple.com | 2016-03-25 Geoffrey Garen <ggaren@apple.com> |
tree | commitdiff |
2016-03-25 |
ggaren@apple.com | 2016-03-25 Geoffrey Garen <ggaren@apple.com> |
tree | commitdiff |
2016-03-25 |
ryanhaddad@apple.com | Unreviewed, rolling out r198679. |
tree | commitdiff |
2016-03-25 |
ggaren@apple.com | bmalloc: stress_aligned fails when allocating a zero... |
tree | commitdiff |
2016-03-25 |
ggaren@apple.com | bmalloc: Renamed LargeChunk => Chunk |
tree | commitdiff |
2016-03-25 |
ggaren@apple.com | bmalloc: small and large objects should share memory |
tree | commitdiff |
2016-03-24 |
ggaren@apple.com | bmalloc: Added an Object helper class |
tree | commitdiff |
2016-03-23 |
ggaren@apple.com | bmalloc: process the object log before asking for new... |
tree | commitdiff |
2016-03-23 |
ggaren@apple.com | bmalloc: use a log scale for large-ish size classes |
tree | commitdiff |
2016-03-22 |
ggaren@apple.com | bmalloc: shrink largeMax |
tree | commitdiff |
2016-03-21 |
mitz@apple.com | [Mac] Determine TARGET_MAC_OS_X_VERSION_MAJOR from... |
tree | commitdiff |
2016-03-20 |
mitz@apple.com | Update build settings |
tree | commitdiff |
2016-03-15 |
ggaren@apple.com | Unreviewed, rolling out r197955. |
tree | commitdiff |
2016-03-10 |
ggaren@apple.com | bmalloc: Rename SmallPage to SmallRun |
tree | commitdiff |
2016-03-08 |
ggaren@apple.com | Unreviewed, rolling in r197722. |
tree | commitdiff |
2016-03-08 |
ryanhaddad@apple.com | Unreviewed, rolling out r197722. |
tree | commitdiff |
2016-03-08 |
ggaren@apple.com | bmalloc: Use List<T> instead of Vector<T> in some places |
tree | commitdiff |
2016-03-04 |
ggaren@apple.com | Unreviewed, rolling in r197174. |
tree | commitdiff |
2016-02-27 |
ryanhaddad@apple.com | Unreviewed, rolling out r197174. |
tree | commitdiff |
2016-02-26 |
ggaren@apple.com | bmalloc: Added a fast XLarge allocator |
tree | commitdiff |
2016-02-24 |
mitz@apple.com | [Xcode] Linker errors display mangled names, but no... |
tree | commitdiff |
2016-02-22 |
commit-queue@webki... | Fixed compilation of bmalloc with GCC 4.8 after r196873. |
tree | commitdiff |
2016-02-21 |
ggaren@apple.com | bmalloc: Don't use a whole page for metadata |
tree | commitdiff |
2016-02-21 |
mark.lam@apple.com | Use of inlined asm statements causes problems for ... |
tree | commitdiff |
2016-02-20 |
jh718.park@samsung.com | Unreviewed. Fix debug build error since r196847 |
tree | commitdiff |
2016-02-20 |
ggaren@apple.com | bmalloc: Chunk, Page, and Line don't need to be class... |
tree | commitdiff |
2016-02-20 |
ggaren@apple.com | bmalloc: Remove the concept of medium objects |
tree | commitdiff |
2016-02-19 |
msaboff@apple.com | bmalloc: Unify VMHeap and Heap LargeObjects free lists... |
tree | commitdiff |
2016-02-13 |
msaboff@apple.com | BASSERTs added in r196421 are causing debug test failures |
tree | commitdiff |
2016-02-13 |
mark.lam@apple.com | Make BCRASH() use breakpoint traps too for non-debug... |
tree | commitdiff |
2016-02-11 |
msaboff@apple.com | Unreviewed build fix after r196421. |
tree | commitdiff |
2016-02-11 |
msaboff@apple.com | bmalloc: large aligned allocations will put 1 or 2... |
tree | commitdiff |
2016-02-05 |
sbarati@apple.com | bmalloc: largeMax calculation is wrong on iOS |
tree | commitdiff |
2016-02-01 |
mitz@apple.com | [Cocoa] Remove unused definition of HAVE_HEADER_DETECTION_H |
tree | commitdiff |
2015-12-20 |
mitz@apple.com | [Mac] WebKit contains dead source code for OS X Maveric... |
tree | commitdiff |
2015-12-03 |
andersca@apple.com | Remove Objective-C GC support |
tree | commitdiff |
2015-12-03 |
msaboff@apple.com | bmalloc: extra large allocations could be more efficient |
tree | commitdiff |
2015-11-12 |
akiss@inf.u-szeged.hu | bmalloc: Add libdl dependency |
tree | commitdiff |
2015-11-03 |
aestes@apple.com | [Cocoa] Add tvOS and watchOS to SUPPORTED_PLATFORMS |
tree | commitdiff |
2015-11-01 |
commit-queue@webki... | [GTK] Fix combinations of PLATFORM(GTK) and OS(DARWIN) |
tree | commitdiff |
2015-10-29 |
ggaren@apple.com | bmalloc: AsyncTask should handle destruction |
tree | commitdiff |
2015-10-16 |
ggaren@apple.com | bmalloc: per-thread cache data structure should be... |
tree | commitdiff |
2015-10-13 |
cdumez@apple.com | Avoid useless copies in range-loops that are using... |
tree | commitdiff |
2015-10-12 |
ggaren@apple.com | bmalloc: Don't ASSERT that all syscalls succeed |
tree | commitdiff |
2015-10-10 |
mitz@apple.com | [iOS] Remove project support for iOS 8 |
tree | commitdiff |
2015-08-31 |
mcatanzaro@igalia.com | Implement bmalloc::isASanEnabled for generic Unix |
tree | commitdiff |
next |