mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 13:13:06 +00:00
Pass nstime_t pointer for profiling
This commit is contained in:
@@ -383,6 +383,6 @@ large_prof_tctx_reset(extent_t *extent) {
|
||||
}
|
||||
|
||||
void
|
||||
large_prof_alloc_time_set(extent_t *extent, nstime_t t) {
|
||||
large_prof_alloc_time_set(extent_t *extent, nstime_t *t) {
|
||||
extent_prof_alloc_time_set(extent, t);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user