Home
last modified time | relevance | path

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

/external/qemu/android/skin/
Dregion.c107 } RunStore; typedef
110 runstore_free( RunStore* s ) in runstore_free()
115 static RunStore*
118 RunStore* s = malloc( sizeof(*s) + sizeof(Run)*count ); in runstore_alloc()
125 static RunStore*
126 runstore_edit( RunStore* s ) in runstore_edit()
128 RunStore* s2; in runstore_edit()
143 runstore_unrefp( RunStore* *ps ) in runstore_unrefp()
145 RunStore* s = *ps; in runstore_unrefp()
153 static RunStore*
[all …]