mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-16 17:05:39 +03:00
Rename index_t to szind_t to avoid an existing type on Solaris.
This resolves #256.
This commit is contained in:
parent
5ef33a9f2b
commit
d01fd19755
7 changed files with 71 additions and 70 deletions
|
|
@ -26,7 +26,7 @@ get_max_size_class(void)
|
|||
TEST_BEGIN(test_size_classes)
|
||||
{
|
||||
size_t size_class, max_size_class;
|
||||
index_t index, max_index;
|
||||
szind_t index, max_index;
|
||||
|
||||
max_size_class = get_max_size_class();
|
||||
max_index = size2index(max_size_class);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue