mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-25 14:23:12 +00:00
Edata: Fix a couple typos.
Some readability-enhancing whitespace, and a spelling error.
This commit is contained in:
committed by
David Goldblatt
parent
08a4cc0969
commit
0170dd198a
@@ -64,7 +64,7 @@ typedef struct e_prof_info_s e_prof_info_t;
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* The information about a particular edata that lives in an emap. Space is
|
* The information about a particular edata that lives in an emap. Space is
|
||||||
* more previous there (the information, plus the edata pointer, has to live in
|
* more precious there (the information, plus the edata pointer, has to live in
|
||||||
* a 64-bit word if we want to enable a packed representation.
|
* a 64-bit word if we want to enable a packed representation.
|
||||||
*
|
*
|
||||||
* There are two things that are special about the information here:
|
* There are two things that are special about the information here:
|
||||||
@@ -196,6 +196,7 @@ struct edata_s {
|
|||||||
* into pageslabs). This tracks it.
|
* into pageslabs). This tracks it.
|
||||||
*/
|
*/
|
||||||
hpdata_t *e_ps;
|
hpdata_t *e_ps;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Serial number. These are not necessarily unique; splitting an extent
|
* Serial number. These are not necessarily unique; splitting an extent
|
||||||
* results in two extents with the same serial number.
|
* results in two extents with the same serial number.
|
||||||
|
|||||||
Reference in New Issue
Block a user