Changeset 28298 in vbox for trunk/src/VBox/Runtime/r0drv/solaris
- Timestamp:
- Apr 14, 2010 12:20:39 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60050
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/vbi/alloc-r0drv-solaris.c
r27050 r28298 48 48 * OS specific allocation function. 49 49 */ 50 PRTMEMHDR rt MemAlloc(size_t cb, uint32_t fFlags)50 PRTMEMHDR rtR0MemAlloc(size_t cb, uint32_t fFlags) 51 51 { 52 52 size_t cbAllocated = cb; … … 80 80 * OS specific free function. 81 81 */ 82 void rt MemFree(PRTMEMHDR pHdr)82 void rtR0MemFree(PRTMEMHDR pHdr) 83 83 { 84 84 pHdr->u32Magic += 1;
Note:
See TracChangeset
for help on using the changeset viewer.