Changeset 51271 in vbox for trunk/include/VBox/vmm
- Timestamp:
- May 16, 2014 12:08:42 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93734
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/mm.h
r49893 r51271 265 265 VMMR3DECL(int) MMR3HyperAllocOnceNoRel(PVM pVM, size_t cb, uint32_t uAlignment, MMTAG enmTag, void **ppv); 266 266 VMMR3DECL(int) MMR3HyperAllocOnceNoRelEx(PVM pVM, size_t cb, uint32_t uAlignment, MMTAG enmTag, uint32_t fFlags, void **ppv); 267 VMMR3DECL(int) MMR3HyperRealloc(PVM pVM, void *pv, size_t cb, unsigned uAlignmentNew, MMTAG enmTagNew, size_t cbNew, void **ppv); 267 268 /** @name MMR3HyperAllocOnceNoRelEx flags 268 269 * @{ */
Note:
See TracChangeset
for help on using the changeset viewer.