VirtualBox

Ignore:
Timestamp:
Apr 14, 2010 12:20:39 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60050
Message:

iprt,Config.kmk: Make sure the RTMemAllocVar* alignment gets poisoned by the electric fence. Some interface refactoring.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c

    r25642 r28298  
    115115 * OS specific allocation function.
    116116 */
    117 PRTMEMHDR rtMemAlloc(size_t cb, uint32_t fFlags)
     117PRTMEMHDR rtR0MemAlloc(size_t cb, uint32_t fFlags)
    118118{
    119119    /*
     
    173173 * OS specific free function.
    174174 */
    175 void rtMemFree(PRTMEMHDR pHdr)
     175void rtR0MemFree(PRTMEMHDR pHdr)
    176176{
    177177    pHdr->u32Magic += 1;
Note: See TracChangeset for help on using the changeset viewer.

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