VirtualBox

Changeset 217 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jan 21, 2007 9:41:29 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17709
Message:

hacking darwin memory objects.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r10 r217  
    188188/** The operation was cancelled by the user. */
    189189#define VERR_CANCELLED                      (-70)
    190 
     190/** Failed to initialize a memory object.
     191 * Exactly what this means is OS specific. */
     192#define VERR_MEMOBJ_INIT_FAILED             (-71)
     193/** Out of memory condition when allocating memory with low physical backing. */
     194#define VERR_NO_LOW_MEMORY                  (-72)
     195/** Out of memory condition when allocating physical memory (without mapping). */
     196#define VERR_NO_PHYS_MEMORY                 (-73)
     197/** The address (virtual or physical) is too big. */
     198#define VERR_ADDRESS_TOO_BIG                (-74)
     199/** Failed to map a memory object. */
     200#define VERR_MAP_FAILED                     (-75)
    191201/** @} */
    192202
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette