mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 17:47:22 +03:00
Buffer prof_log_stop
Make use of the new buffered writer for the output of `prof_log_stop`.
This commit is contained in:
parent
5934846612
commit
ad3f7dbfa0
2 changed files with 18 additions and 6 deletions
|
|
@ -61,7 +61,7 @@ static void *f_thread(void *unused) {
|
|||
int i;
|
||||
for (i = 0; i < N_PARAM; i++) {
|
||||
void *p = malloc(100);
|
||||
memset(p, 100, sizeof(char));
|
||||
memset(p, 100, 1);
|
||||
free(p);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue