Searched defs:g_logging (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c135 } g_logging = {NULL, 0, NULL, NULL}; variable in typeref:struct:__anon8270
139 #define g_logging vpxglobalm(vpxmem,g_logging) macro
252 if (!g_logging.type && g_logging.file && g_logging.file != stderr)
255 fclose(g_logging.file);
257 g_logging.file = NULL;
364 g_logging.type = 0;
368 g_logging
[all...]

Completed in 79 milliseconds