Move file handling logic in prof to prof_sys

This commit is contained in:
Yinan Zhang 2020-04-02 16:20:01 -07:00
parent 03ae509f32
commit 767a2e1790
6 changed files with 175 additions and 139 deletions

View file

@ -9,6 +9,7 @@
#include "jemalloc/internal/mutex.h"
#include "jemalloc/internal/nstime.h"
#include "jemalloc/internal/peak_event.h"
#include "jemalloc/internal/prof_sys.h"
#include "jemalloc/internal/sc.h"
#include "jemalloc/internal/util.h"