Factor
This commit is contained in:
@@ -301,9 +301,6 @@ intern_string(Intern_Table *t, String string) {
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Array List
|
||||
// @todo(krzosa): If even one item got removed from block
|
||||
// @! Make List api more convenient list.add
|
||||
// the block should go on free list
|
||||
//-----------------------------------------------------------------------------
|
||||
const int LIST_DEFAULT_BLOCK_SIZE = 32;
|
||||
const int LIST_DEFAULT_ALLOCATION_MUL = 2;
|
||||
|
||||
Reference in New Issue
Block a user