Home
last modified time | relevance | path

Searched defs:NO_FREE (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/miller/miller-5.10.2/c/lib/
H A Dfree_flags.h10 #define NO_FREE 0x00 macro
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/impl/
H A DGLContextImpl.java52 protected static final boolean NO_FREE = Debug.isPropertyDefined("jogl.GLContext.nofree"); field in GLContextImpl