Ruben Ayrapetyan
|
c21e186f2c
|
Static definition of pool's area size and number of chunks in a pool; alignment of mem_block_header_t and mem_pool_state_t to MEM_ALIGNMENT.
|
2014-11-26 19:23:26 +03:00 |
|
Ruben Ayrapetyan
|
7b04e9eaeb
|
Compacting pool header to 8 bytes. Replaced typed pool chunks with fixed-size untyped ones. loop_arithmetics_1kk.js benchmark: 2.98517 -> 2.9443.
|
2014-08-08 23:11:06 +04:00 |
|
Ruben Ayrapetyan
|
0194e63331
|
Removing pool bitmaps; optimizing search for free pool chunks. loop_arithmetics_1kk.js benchmark: 4.134s -> 3.479s.
|
2014-08-08 14:26:28 +04:00 |
|
Ruben Ayrapetyan
|
0eea67ceb2
|
Renaming camelCase-named identifiers in unit tests' code.
|
2014-07-23 14:14:45 +04:00 |
|
Ruben Ayrapetyan
|
8641b79ed5
|
Fix type conversion warnings in unit tests for memory allocators.
|
2014-07-10 19:45:31 +04:00 |
|
e.gavrin
|
823432664e
|
Applied memory tests
|
2014-07-08 13:24:57 +04:00 |
|