VirtualBox

Changeset 97696 in vbox


Ignore:
Timestamp:
Nov 29, 2022 12:58:39 AM (2 years ago)
Author:
vboxsync
Message:

ValKit/bs3kit.h: Bs3MemAlloc[Z] doc fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.h

    r97628 r97696  
    22212221 * @param   enmKind     The kind of addressing constraints imposed on the
    22222222 *                      allocation.
    2223  * @param   cb          How much to allocate.  Must be 4KB or less.
     2223 * @param   cb          How much to allocate.
    22242224 */
    22252225BS3_CMN_PROTO_STUB(void BS3_FAR *, Bs3MemAlloc,(BS3MEMKIND enmKind, size_t cb));
     
    22302230 * @param   enmKind     The kind of addressing constraints imposed on the
    22312231 *                      allocation.
    2232  * @param   cb          How much to allocate.  Must be 4KB or less.
     2232 * @param   cb          How much to allocate.
    22332233 */
    22342234BS3_CMN_PROTO_STUB(void BS3_FAR *, Bs3MemAllocZ,(BS3MEMKIND enmKind, size_t cb));
Note: See TracChangeset for help on using the changeset viewer.

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