diff options
Diffstat (limited to 'kmod/cachepc.h')
| -rwxr-xr-x | kmod/cachepc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kmod/cachepc.h b/kmod/cachepc.h index 8a9521c..97746ec 100755 --- a/kmod/cachepc.h +++ b/kmod/cachepc.h @@ -16,6 +16,8 @@ void cachepc_release_ds(cache_ctx *ctx, cacheline *ds); cacheline *cachepc_prepare_victim(cache_ctx *ctx, uint32_t set); void cachepc_release_victim(cache_ctx *ctx, cacheline *ptr); +void *cachepc_aligned_alloc(size_t alignment, size_t size); + void cachepc_save_msrmts(cacheline *head); void cachepc_print_msrmts(cacheline *head); |
