mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 13:13:06 +00:00
Move bin initialization from arena module to bin module.
This commit is contained in:
committed by
David Goldblatt
parent
4bf4a1c4ea
commit
a8dd8876fb
@@ -78,4 +78,7 @@ struct bin_s {
|
||||
malloc_bin_stats_t stats;
|
||||
};
|
||||
|
||||
/* Returns true on error. */
|
||||
bool bin_init(bin_t *bin);
|
||||
|
||||
#endif /* JEMALLOC_INTERNAL_BIN_H */
|
||||
|
||||
Reference in New Issue
Block a user