#include <drwrap.h>
Data Fields | |
size_t | size |
atomic_int_t | flush_count |
Contains statistics retrievable by drwrap_get_stats().
atomic_int_t _drwrap_stats_t::flush_count |
The total number of code cache flushes. These occur due to return points already existing in the cache; replacing existing instrumentation; and removing wrap or replace instrumentation.
size_t _drwrap_stats_t::size |
The size of this structure. Set this to sizeof(drwrap_stats_t).