mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 16:43:33 +03:00
Add extent_dirty_[gs]et().
This commit is contained in:
parent
47613afc34
commit
760bf11b23
6 changed files with 34 additions and 10 deletions
|
|
@ -126,7 +126,7 @@ chunk_alloc_dss(tsdn_t *tsdn, arena_t *arena, void *new_addr, size_t size,
|
|||
return (NULL);
|
||||
}
|
||||
extent_init(cpad, arena, cpad_addr, cpad_size,
|
||||
false, false, true, false);
|
||||
false, true, false, true, false);
|
||||
}
|
||||
dss_next = (void *)((uintptr_t)ret + size);
|
||||
if ((uintptr_t)ret < (uintptr_t)dss_max ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue