Michael Ferris cf71a962c1 Merge 1809 October Update changes hace 7 años
..
ValidPointersMap e15672db7f Use fewer pages per small heap block to help with improving memory utilization. hace 7 años
amd64 b4f9705ae5 Use seperation error for xdata registration failures hace 7 años
arm b4f9705ae5 Use seperation error for xdata registration failures hace 7 años
arm64 b4f9705ae5 Use seperation error for xdata registration failures hace 7 años
AllocationPolicyManager.h cf71a962c1 Merge 1809 October Update changes hace 7 años
Allocator.cpp 91ccdd14ff x86 support hace 9 años
Allocator.h 972009a89e ChakraCore fix for servicing release 18-02B: CVE-2018-0858 hace 8 años
AllocatorTelemetryStats.h c38739f7da MSFT:17677205 IdleDecommit hang. Back-off from decommit if UI thread wants to enter IdleDecommit again. hace 7 años
ArenaAllocator.cpp dbdc3f8d83 Code Quality: Replace usage of _M_IX86_OR_ARM32 and _M_X64_OR_ARM64 with TARGET_32 and TARGET_64 hace 8 años
ArenaAllocator.h dbdc3f8d83 Code Quality: Replace usage of _M_IX86_OR_ARM32 and _M_X64_OR_ARM64 with TARGET_32 and TARGET_64 hace 8 años
AutoAllocatorObjectPtr.h 37630da768 Add this-> where needed to appease permissive- hace 7 años
AutoPtr.h cf71a962c1 Merge 1809 October Update changes hace 7 años
BucketStatsReporter.h 9bd1005dc2 Capture and tranmission of Recycler Telemetry stats. hace 7 años
CMakeLists.txt 9f8cf80d0e Remove IsolateHeap and fix build errors. hace 7 años
Chakra.Common.Memory.vcxproj ba8820832d adding gc start and end reasons to gc telemetry collection hace 7 años
Chakra.Common.Memory.vcxproj.filters ba8820832d adding gc start and end reasons to gc telemetry collection hace 7 años
CollectionFlags.h cf71a962c1 Merge 1809 October Update changes hace 7 años
CollectionState.h db4a754580 MSFT:17672777 Fix two pass concurrent sweep states. hace 7 años
CommonMemoryPch.cpp 47eab483b9 change top-level dir Lib back to lib hace 10 años
CommonMemoryPch.h cf71a962c1 Merge 1809 October Update changes hace 7 años
CustomHeap.cpp 5c168feb2e fix CustomHeap Page::CanAllocate calculation hace 7 años
CustomHeap.h cf71a962c1 Merge 1809 October Update changes hace 7 años
DelayDeletingFunctionTable.cpp d72e3452b9 fix missing function table clearing hace 8 años
EtwMemoryTracking.cpp 9c5fb7149d cross-platform: Improve O1+ stack probing for test builds hace 9 años
ForcedMemoryConstraints.cpp dbdc3f8d83 Code Quality: Replace usage of _M_IX86_OR_ARM32 and _M_X64_OR_ARM64 with TARGET_32 and TARGET_64 hace 8 años
ForcedMemoryConstraints.h 47eab483b9 change top-level dir Lib back to lib hace 10 años
FreeObject.h 47eab483b9 change top-level dir Lib back to lib hace 10 años
HeapAllocator.cpp f565a839d6 Add ChakraEngine for GlobalObject lifetime management hace 7 años
HeapAllocator.h e3a8ebc024 CR fix hace 8 años
HeapAllocatorOperators.cpp d7483b2feb remove global operator new/delete override hace 9 años
HeapBlock.cpp 85db038398 MSFT:18103621 During ReleasePagesShutdown allocators may not have been closed yet, if we are cleaning up the blocks in RecyclerSweep instance. hace 7 años
HeapBlock.h 9bd1005dc2 Capture and tranmission of Recycler Telemetry stats. hace 7 años
HeapBlock.inl ddf2d6a807 [MERGE #5034 @ipopescu93] Add support for traced large recycledvisited objects. hace 7 años
HeapBlockMap.cpp c0723f4985 Moving RS4 changes to master hace 7 años
HeapBlockMap.h f10dd80df6 ChakraCore fix for servicing release 18-02B: CVE-2018-0866 hace 8 años
HeapBlockMap.inl c0723f4985 Moving RS4 changes to master hace 7 años
HeapBucket.cpp 9bd1005dc2 Capture and tranmission of Recycler Telemetry stats. hace 7 años
HeapBucket.h 5f87c67c42 HeapInfo and RecyclerSweep refactoring. hace 7 años
HeapBucket.inl 3bc04870e6 some pageheap fixes hace 8 años
HeapBucketStats.cpp e2bf0393e0 Moving HeapBucketStats into its own file hace 7 años
HeapBucketStats.h e2bf0393e0 Moving HeapBucketStats into its own file hace 7 años
HeapConstants.h c76511661c cap max single allocation hace 7 años
HeapInfo.cpp 9f8cf80d0e Remove IsolateHeap and fix build errors. hace 7 años
HeapInfo.h 9bd1005dc2 Capture and tranmission of Recycler Telemetry stats. hace 7 años
HeapInfoManager.cpp 9f8cf80d0e Remove IsolateHeap and fix build errors. hace 7 años
HeapInfoManager.h 9f8cf80d0e Remove IsolateHeap and fix build errors. hace 7 años
IdleDecommitPageAllocator.cpp c38739f7da MSFT:17677205 IdleDecommit hang. Back-off from decommit if UI thread wants to enter IdleDecommit again. hace 7 años
IdleDecommitPageAllocator.h c38739f7da MSFT:17677205 IdleDecommit hang. Back-off from decommit if UI thread wants to enter IdleDecommit again. hace 7 años
LargeHeapBlock.cpp bfb049fd8d MSFT:17387958 Large tracked RecyclerVisited objects need to clear the NewTrackBit after they are processed. hace 7 años
LargeHeapBlock.h ddf2d6a807 [MERGE #5034 @ipopescu93] Add support for traced large recycledvisited objects. hace 7 años
LargeHeapBucket.cpp ab3e8dd460 PageAllocators refactoring. hace 7 años
LargeHeapBucket.h 5f87c67c42 HeapInfo and RecyclerSweep refactoring. hace 7 años
LargeHeapBucket.inl 33a6f43792 Merge branch 'master' into linux_m2 hace 9 años
LeakReport.cpp 1f57ed5def Improve locking annotation somewhat hace 7 años
LeakReport.h fd4cf57604 Fix some VS compat errors hace 10 años
MarkContext.cpp fa920152a5 Annotate intentional potentially redundant test hace 7 años
MarkContext.h 9d6961487a address sanitizer fake stack workaround hace 8 años
MarkContext.inl e3e1a360e5 [1.8>1.9] [MERGE #4676 @pleath] ChakraCore 2018-02 security updates hace 8 años
MarkContextWrapper.h 612cd34395 Remove remaining __stdcall calling convention from IRecyclerVisitedObject implementations hace 8 años
MarkStack.h 47eab483b9 change top-level dir Lib back to lib hace 10 años
MemoryLogger.cpp 9ef8cbcd32 cross-platform: ChakraCore compiles against iOS x86_64 hace 9 años
MemoryLogger.h 9ef8cbcd32 cross-platform: ChakraCore compiles against iOS x86_64 hace 9 años
MemoryTracking.cpp 47eab483b9 change top-level dir Lib back to lib hace 10 años
MemoryTracking.h 47eab483b9 change top-level dir Lib back to lib hace 10 años
PageAllocator.cpp cf71a962c1 Merge 1809 October Update changes hace 7 años
PageAllocator.h c38739f7da MSFT:17677205 IdleDecommit hang. Back-off from decommit if UI thread wants to enter IdleDecommit again. hace 7 años
PageAllocatorDefines.h 47eab483b9 change top-level dir Lib back to lib hace 10 años
PageHeapBlockTypeFilter.h 47eab483b9 change top-level dir Lib back to lib hace 10 años
PagePool.h 9b8c788fb9 Add more #defines to control features hace 10 años
Recycler.cpp cf71a962c1 Merge 1809 October Update changes hace 7 años
Recycler.h cf71a962c1 Merge 1809 October Update changes hace 7 años
Recycler.inl 89fc0ac566 Adding notion of weak reference regions, and concurrently marking those regions. hace 7 años
RecyclerFastAllocator.h 3bc04870e6 some pageheap fixes hace 8 años
RecyclerHeuristic.cpp a167b47323 fix: set isLowMemoryDevice for Android and iOS hace 9 años
RecyclerHeuristic.h bb1dca76dd fix test and address review comments hace 8 años
RecyclerObjectDumper.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") hace 10 años
RecyclerObjectDumper.h 50b4d1a56a try to enable recycler track on Linux hace 9 años
RecyclerObjectGraphDumper.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") hace 10 años
RecyclerObjectGraphDumper.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") hace 10 años
RecyclerPageAllocator.cpp ab3e8dd460 PageAllocators refactoring. hace 7 años
RecyclerPageAllocator.h ab3e8dd460 PageAllocators refactoring. hace 7 años
RecyclerPointers.h 573fb6d5b5 QuickSort: improve perf. and move our custom qsort_s hace 9 años
RecyclerRootPtr.h fbec4499b3 MSFT:18139538 Remove the use of Guest Arena from parser code to avoid ScriptContext leak. hace 7 años
RecyclerSweep.cpp 5f87c67c42 HeapInfo and RecyclerSweep refactoring. hace 7 años
RecyclerSweep.h 5f87c67c42 HeapInfo and RecyclerSweep refactoring. hace 7 años
RecyclerSweepManager.cpp 9f8cf80d0e Remove IsolateHeap and fix build errors. hace 7 años
RecyclerSweepManager.h 9f8cf80d0e Remove IsolateHeap and fix build errors. hace 7 años
RecyclerTelemetryInfo.cpp 5cd54e03bb Adding new trace event to emit just the heap size & usage ratio. This will be used to drive perf track & diag track integration hace 7 años
RecyclerTelemetryInfo.h 5cd54e03bb Adding new trace event to emit just the heap size & usage ratio. This will be used to drive perf track & diag track integration hace 7 años
RecyclerWaitReason.h 9bd1005dc2 Capture and tranmission of Recycler Telemetry stats. hace 7 años
RecyclerWaitReasonInc.h 9bd1005dc2 Capture and tranmission of Recycler Telemetry stats. hace 7 años
RecyclerWatsonTelemetry.h fe917d01ad Disable RecyclerWatsonTelemetry + Use RDTSC for GetTickCount hace 9 años
RecyclerWeakReference.h 76f6913160 Add additional ETW instrumentation hace 8 años
RecyclerWriteBarrierManager.cpp acd74547f7 [1.8>1.9] [MERGE #4604 @obastemur] xplat: remove win64 hace 8 años
RecyclerWriteBarrierManager.h dbdc3f8d83 Code Quality: Replace usage of _M_IX86_OR_ARM32 and _M_X64_OR_ARM64 with TARGET_32 and TARGET_64 hace 8 años
SectionAllocWrapper.cpp cf71a962c1 Merge 1809 October Update changes hace 7 años
SectionAllocWrapper.h cf71a962c1 Merge 1809 October Update changes hace 7 años
SmallBlockDeclarations.inl 5f87c67c42 HeapInfo and RecyclerSweep refactoring. hace 7 años
SmallFinalizableHeapBlock.cpp 3f9473698b Ensure that finalizeCount on SmallRecyclerVisitedHostHeapBlockT is updated in all builds hace 7 años
SmallFinalizableHeapBlock.h 39fdc561db Part2: Prevent objects allocated during concurrent sweep from getting collected. hace 8 años
SmallFinalizableHeapBucket.cpp 3cf29d39b1 update dump fragmentation stats hace 8 años
SmallFinalizableHeapBucket.h dd1a0d6699 Move sweeping of pending sweep prep blocks to the background thread. hace 8 años
SmallHeapBlockAllocator.cpp 5f87c67c42 HeapInfo and RecyclerSweep refactoring. hace 7 años
SmallHeapBlockAllocator.h 9bd1005dc2 Capture and tranmission of Recycler Telemetry stats. hace 7 años
SmallLeafHeapBlock.cpp 421e76637b fix permissive C++ code (MSVC /permissive-) hace 9 años
SmallLeafHeapBlock.h f87c1fd32b xplat: fix some clang undefined sanitizer issues hace 9 años
SmallLeafHeapBucket.cpp 33a6f43792 Merge branch 'master' into linux_m2 hace 9 años
SmallLeafHeapBucket.h 33a6f43792 Merge branch 'master' into linux_m2 hace 9 años
SmallNormalHeapBlock.cpp 49c9468f93 turn on concurrent GC on Linux hace 9 años
SmallNormalHeapBlock.h 11f61960ca Remove unused static const bool IsLeafOnly from blocks hace 8 años
SmallNormalHeapBucket.cpp c0723f4985 Moving RS4 changes to master hace 7 años
SmallNormalHeapBucket.h 39fdc561db Part2: Prevent objects allocated during concurrent sweep from getting collected. hace 8 años
StressTest.cpp 17055ce4a2 Replace printf and wprintf with Output::Print where possible and update formatter strings. hace 8 años
StressTest.h 6d36a6f737 swb: write barrier annotations 2 hace 9 años
VirtualAllocWrapper.cpp cf71a962c1 Merge 1809 October Update changes hace 7 años
VirtualAllocWrapper.h cf71a962c1 Merge 1809 October Update changes hace 7 años
WriteBarrierMacros.h 972009a89e ChakraCore fix for servicing release 18-02B: CVE-2018-0858 hace 8 años
XDataAllocator.h d72e3452b9 fix missing function table clearing hace 8 años