Home
last modified time | relevance | path

Searched refs:useStandardAlloc (Results 1 – 1 of 1) sorted by relevance

/external/oj-libjdwp/src/share/back/
DdebugInit.c81 static jboolean useStandardAlloc = JNI_FALSE; /* Use standard malloc/free? */ variable
1325 if ( !get_boolean(&str, &useStandardAlloc) ) { in parseOptions()