mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-15 17:36:21 +03:00
Fix incorrect macro use.
Compiling with warnings produces missing prototype warnings.
This commit is contained in:
parent
020b5dc7ac
commit
14e4176758
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ size_t extent_size_quantize_floor(size_t size);
|
|||
size_t extent_size_quantize_ceil(size_t size);
|
||||
#endif
|
||||
|
||||
rb_proto(, extent_avail_, extent_tree_t, extent_t)
|
||||
ph_proto(, extent_avail_, extent_tree_t, extent_t)
|
||||
ph_proto(, extent_heap_, extent_heap_t, extent_t)
|
||||
|
||||
bool extents_init(tsdn_t *tsdn, extents_t *extents, extent_state_t state,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue