mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-30 00:58:02 +03:00
Fix index type for cache_bin_alloc_easy.
This commit is contained in:
parent
2abb02ecd7
commit
23dc7a7fba
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ cache_bin_array_descriptor_init(cache_bin_array_descriptor_t *descriptor,
|
|||
}
|
||||
|
||||
JEMALLOC_ALWAYS_INLINE void *
|
||||
cache_bin_alloc_easy(cache_bin_t *bin, bool *success, cache_bin_sz_t ind) {
|
||||
cache_bin_alloc_easy(cache_bin_t *bin, bool *success, szind_t ind) {
|
||||
/*
|
||||
* This may read from the empty position; however the loaded value won't
|
||||
* be used. It's safe because the stack has one more slot reserved.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue