Changeset 56:2f8c23a10120 in roaraudio


Ignore:
Timestamp:
07/11/08 18:42:10 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added some mlock support code

Location:
include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio.h

    r0 r56  
    7676#endif 
    7777 
     78#ifdef ROAR_HAVE_MLOCK 
     79#define ROAR_MLOCK(p,s) mlook((p) - (p) % sysconf(_SC_PAGESIZE), (s)) 
     80#endif 
    7881 
    7982 
  • include/roaraudio/config.h.OLD

    r0 r56  
    88#define ROAR_HAVE_SAFE_OVERFLOW 
    99 
     10#define ROAR_HAVE_MLOCK 
     11 
    1012#endif 
    1113 
Note: See TracChangeset for help on using the changeset viewer.