Changeset 18812 in vbox
- Timestamp:
- Apr 7, 2009 12:21:47 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45807
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r18811 r18812 2785 2785 * Allocate a new tracking structure first. 2786 2786 */ 2787 # 2787 #ifdef VBOX_WITH_2X_4GB_ADDR_SPACE 2788 2788 PPGMCHUNKR3MAP pChunk = (PPGMCHUNKR3MAP)MMR3HeapAlloc(pVM, MM_TAG_PGM_CHUNK_MAPPING, sizeof(*pChunk)); 2789 # 2789 #else 2790 2790 PPGMCHUNKR3MAP pChunk = (PPGMCHUNKR3MAP)MMR3UkHeapAlloc(pVM, MM_TAG_PGM_CHUNK_MAPPING, sizeof(*pChunk), NULL); 2791 # 2791 #endif 2792 2792 AssertReturn(pChunk, VERR_NO_MEMORY); 2793 2793 pChunk->Core.Key = idChunk;
Note:
See TracChangeset
for help on using the changeset viewer.