mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-19 08:51:22 +03:00
[EASY][BUGFIX] Spelling and format
This commit is contained in:
parent
f890bbed4a
commit
88b29da00a
2 changed files with 3 additions and 2 deletions
|
|
@ -18,7 +18,8 @@ hpdata_age_comp(const hpdata_t *a, const hpdata_t *b) {
|
|||
|
||||
ph_gen(, hpdata_age_heap, hpdata_t, age_link, hpdata_age_comp)
|
||||
|
||||
void hpdata_init(hpdata_t *hpdata, void *addr, uint64_t age) {
|
||||
void
|
||||
hpdata_init(hpdata_t *hpdata, void *addr, uint64_t age) {
|
||||
hpdata_addr_set(hpdata, addr);
|
||||
hpdata_age_set(hpdata, age);
|
||||
hpdata->h_huge = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue