mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-22 10:52:12 +03:00
Range-check mib[1] --> arena_ind casts.
This commit is contained in:
parent
c0a05e6aba
commit
6edbedd916
2 changed files with 23 additions and 8 deletions
|
|
@ -19,7 +19,7 @@ struct ctl_named_node_s {
|
|||
struct ctl_node_s node;
|
||||
const char *name;
|
||||
/* If (nchildren == 0), this is a terminal node. */
|
||||
unsigned nchildren;
|
||||
size_t nchildren;
|
||||
const ctl_node_t *children;
|
||||
int (*ctl)(tsd_t *, const size_t *, size_t, void *,
|
||||
size_t *, void *, size_t);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue