Changeset 97696 in vbox
- Timestamp:
- Nov 29, 2022 12:58:39 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.h
r97628 r97696 2221 2221 * @param enmKind The kind of addressing constraints imposed on the 2222 2222 * allocation. 2223 * @param cb How much to allocate. Must be 4KB or less.2223 * @param cb How much to allocate. 2224 2224 */ 2225 2225 BS3_CMN_PROTO_STUB(void BS3_FAR *, Bs3MemAlloc,(BS3MEMKIND enmKind, size_t cb)); … … 2230 2230 * @param enmKind The kind of addressing constraints imposed on the 2231 2231 * allocation. 2232 * @param cb How much to allocate. Must be 4KB or less.2232 * @param cb How much to allocate. 2233 2233 */ 2234 2234 BS3_CMN_PROTO_STUB(void BS3_FAR *, Bs3MemAllocZ,(BS3MEMKIND enmKind, size_t cb));
Note:
See TracChangeset
for help on using the changeset viewer.