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

/external/qemu/android/
H A Dsnapshot.c76 typedef struct SnapshotInfo { struct
85 } SnapshotInfo; typedef in typeref:struct:SnapshotInfo
87 static SnapshotInfo*
90 return android_alloc(sizeof(SnapshotInfo));
94 snapshot_info_free( SnapshotInfo* info )
112 snapshot_info_read( int fd, SnapshotInfo* info )
221 snapshot_info_print( SnapshotInfo *info )
252 SnapshotInfo *info = snapshot_info_alloc();
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h592 struct SnapshotInfo { struct in class:blink::ThreadState
612 explicit SnapshotInfo(ThreadState* state) : state(state), freeSize(0), pageCount(0) { } function in struct:blink::ThreadState::SnapshotInfo
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h226 typedef struct SnapshotInfo SnapshotInfo; typedef in typeref:struct:SnapshotInfo
231 SnapshotInfo *value;
1955 struct SnapshotInfo struct
1967 void qapi_free_SnapshotInfo(SnapshotInfo * obj);

Completed in 1733 milliseconds