Changeset 36984 in vbox for trunk/include
- Timestamp:
- May 6, 2011 1:50:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r36961 r36984 1503 1503 /** The chunk to be unmapped isn't actually mapped into the process. */ 1504 1504 #define VERR_GMM_CHUNK_NOT_MAPPED (-3813) 1505 /** The chunk has been mapped too many times already (impossible). */ 1506 #define VERR_GMM_TOO_MANY_CHUNK_MAPPINGS (-3814) 1505 1507 /** The reservation or reservation update was declined - too many VMs, too 1506 1508 * little memory, and/or too low GMM configuration. */ 1507 #define VERR_GMM_MEMORY_RESERVATION_DECLINED (-381 4)1509 #define VERR_GMM_MEMORY_RESERVATION_DECLINED (-3815) 1508 1510 /** @} */ 1509 1511
Note:
See TracChangeset
for help on using the changeset viewer.