OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:autofree
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/custom/gdx/common/
jniHelpers.cpp
53
GdxPooledObject::GdxPooledObject(JNIEnv * const &e, GdxPool * const &pool, const bool &
autoFree
)
54
: pool(pool),
autoFree
(
autoFree
), obj(pool->obtain(e)) {
56
GdxPooledObject::GdxPooledObject(JNIEnv * const &e, GdxPool &pool, const bool &
autoFree
)
57
: pool(&pool),
autoFree
(
autoFree
), obj(pool.obtain(e)) {
60
if (
autoFree
)
jniHelpers.h
68
const bool
autoFree
;
70
GdxPooledObject(JNIEnv * const &e, GdxPool * const &pool, const bool &
autoFree
);
71
GdxPooledObject(JNIEnv * const &e, GdxPool &pool, const bool &
autoFree
);
/external/mesa3d/src/glsl/
ralloc.c
279
autofree
(void)
function
289
atexit(
autofree
);
/external/skia/src/codec/
SkWebpCodec.cpp
175
SkAutoTCallVProc<WebPDecBuffer, WebPFreeDecBuffer>
autoFree
(&(config.output));
Completed in 102 milliseconds