Products & Services Solutions Academia Support User Community Company

Learn more about MATLAB   

mexLock (C and Fortran) - Prevent clearing MEX-file from memory

C Syntax

#include "mex.h"
void mexLock(void);

Fortran Syntax

subroutine mexLock()

Description

By default, MEX-files are unlocked, meaning you can clear them at any time. Call mexLock to prohibit clearing a MEX-file.

To unlock a MEX-file, you must call mexUnlock. Do not use the munlock function.

mexLock increments a lock count. If you call mexLock n times, call mexUnlock n times to unlock your MEX-file.

Examples

See the following examples in matlabroot/extern/examples/mex.

See Also

mexIsLocked, mexMakeArrayPersistent, mexMakeMemoryPersistent, mexUnlock, clear

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2010- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS