Changeset 85609 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Timestamp:
- Aug 5, 2020 8:36:30 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139715
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.h
r82968 r85609 2025 2025 * 2026 2026 * @returns Pointer to a chunk on success, NULL if we're out of chunks. 2027 * @param pSlabCtl The slab con strol structure to allocate from.2027 * @param pSlabCtl The slab control structure to allocate from. 2028 2028 */ 2029 2029 BS3_CMN_PROTO_STUB(void BS3_FAR *, Bs3SlabAlloc,(PBS3SLABCTL pSlabCtl)); … … 2034 2034 * @returns Pointer to the request number of chunks on success, NULL if we're 2035 2035 * out of chunks. 2036 * @param pSlabCtl The slab con strol structure to allocate from.2036 * @param pSlabCtl The slab control structure to allocate from. 2037 2037 * @param cChunks The number of contiguous chunks we want. 2038 2038 * @param fFlags Flags, see BS3_SLAB_ALLOC_F_XXX … … 2045 2045 * @returns Number of chunks actually freed. When correctly used, this will 2046 2046 * match the @a cChunks parameter, of course. 2047 * @param pSlabCtl The slab con strol structure to free from.2047 * @param pSlabCtl The slab control structure to free from. 2048 2048 * @param uFlatChunkPtr The flat address of the chunks to free. 2049 2049 * @param cChunks The number of contiguous chunks to free.
Note:
See TracChangeset
for help on using the changeset viewer.