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/solaris/vbi/alloc-r0drv-solaris.c

    r27050 r28298  
    4848 * OS specific allocation function.
    4949 */
    50 PRTMEMHDR rtMemAlloc(size_t cb, uint32_t fFlags)
     50PRTMEMHDR rtR0MemAlloc(size_t cb, uint32_t fFlags)
    5151{
    5252    size_t cbAllocated = cb;
     
    8080 * OS specific free function.
    8181 */
    82 void rtMemFree(PRTMEMHDR pHdr)
     82void rtR0MemFree(PRTMEMHDR pHdr)
    8383{
    8484    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