summaryrefslogtreecommitdiff
path: root/src/hpa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hpa.c')
-rw-r--r--src/hpa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hpa.c b/src/hpa.c
index 1e736ad4..7462025c 100644
--- a/src/hpa.c
+++ b/src/hpa.c
@@ -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. */