Searched refs:RunStore (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/skin/
H A Dregion.c101 /** RunStore: ref-counted storage for runs
107 } RunStore; typedef in typeref:struct:__anon8944
110 runstore_free( RunStore* s )
115 static RunStore*
118 RunStore* s = malloc( sizeof(*s) + sizeof(Run)*count );
125 static RunStore*
126 runstore_edit( RunStore* s )
128 RunStore* s2;
143 runstore_unrefp( RunStore* *ps )
145 RunStore*
[all...]

Completed in 38 milliseconds