mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 16:43:33 +03:00
Make eligible functions static
The codebase is already very disciplined in making any function which can be `static`, but there are a few that appear to have slipped through the cracks.
This commit is contained in:
parent
6841110bd6
commit
70344a2d38
9 changed files with 16 additions and 14 deletions
|
|
@ -83,7 +83,7 @@ hpa_alloc_ps(tsdn_t *tsdn, hpa_central_t *central) {
|
|||
CACHELINE);
|
||||
}
|
||||
|
||||
hpdata_t *
|
||||
static hpdata_t *
|
||||
hpa_central_extract(tsdn_t *tsdn, hpa_central_t *central, size_t size,
|
||||
bool *oom) {
|
||||
/* Don't yet support big allocations; these should get filtered out. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue