Changeset 28298 in vbox for trunk/src/VBox/Runtime/r0drv/linux
- 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/linux/alloc-r0drv-linux.c
r25642 r28298 115 115 * OS specific allocation function. 116 116 */ 117 PRTMEMHDR rt MemAlloc(size_t cb, uint32_t fFlags)117 PRTMEMHDR rtR0MemAlloc(size_t cb, uint32_t fFlags) 118 118 { 119 119 /* … … 173 173 * OS specific free function. 174 174 */ 175 void rt MemFree(PRTMEMHDR pHdr)175 void rtR0MemFree(PRTMEMHDR pHdr) 176 176 { 177 177 pHdr->u32Magic += 1;
Note:
See TracChangeset
for help on using the changeset viewer.