Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Conversation

adityamandaleeka
Copy link
Member

This change adds in-memory logging for virtual memory operations to make it easier to diagnose failures caused by mismanaging memory.

I also did further cleanup in the virtual memory code (in a separate commit) including renaming pLast to pPrevious in the CMI struct. The former name was confusing since the pointer points to the previous entry in the doubly-linked list, not the last element.

@sergiy-k

@adityamandaleeka adityamandaleeka changed the title Add in-memory circular buffer for virtual memory operations. Add in-memory circular buffer for logging virtual memory operations. Jul 28, 2016
@sergiy-k
Copy link

LGTM

@adityamandaleeka adityamandaleeka merged commit 939c9a0 into dotnet:master Jul 29, 2016
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…cleanup

Add in-memory circular buffer for logging virtual memory operations.

Commit migrated from dotnet/coreclr@939c9a0
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants