mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 16:43:33 +03:00
Cache_bin: Shouldn't know about tcache.
Instead, have it take the cache_bin_info_ts to use by pointer. While we're here, add a src file for the cache bin.
This commit is contained in:
parent
79f1ee2fc0
commit
909c501b07
12 changed files with 101 additions and 67 deletions
3
src/cache_bin.c
Normal file
3
src/cache_bin.c
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#include "jemalloc/internal/jemalloc_preamble.h"
|
||||
#include "jemalloc/internal/jemalloc_internal_includes.h"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue