mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-24 20:02:14 +03:00
PAI: Fix a typo.
This commit is contained in:
parent
9c42ed2d14
commit
347523517b
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ pai_dalloc(tsdn_t *tsdn, pai_t *self, edata_t *edata) {
|
|||
|
||||
static inline void
|
||||
pai_dalloc_batch(tsdn_t *tsdn, pai_t *self, edata_list_active_t *list) {
|
||||
return self->dalloc_batch(tsdn, self, list);
|
||||
self->dalloc_batch(tsdn, self, list);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue