- Nov 02, 2016
-
-
Vladimír Čunát authored
... and that doesn't necessarily mean that malloc() failed. We do *not* want to evict a heavy-hitter by an unfrequent element. Note: even the implementation currently in master *did* return NULL, so some parts of the code were just wrongly returning ENOMEM.
-
Vladimír Čunát authored
The implementation is now similar to set-associative caches that x86 CPU use. Also the API is changed a bit, leading to slight simplification of our use patterns.
-
- Jul 16, 2016
-
-
Daniel Kahn Gillmor authored
-
- Jun 09, 2015
-
-
Marek Vavruša authored
fixes potential cache key oob write
-
- Jun 05, 2015
-
-
Marek Vavruša authored
-
- Jun 04, 2015
-
-
Marek Vavruša authored
-
- May 02, 2015
-
-
Marek Vavruša authored
the api is still a global variable, but it would be the best if the namedb_t carried the pointer to the api, so it needs to change in libknot later
-
- Mar 29, 2015
-
-
Marek Vavruša authored
interface split to ‘map’ and ‘set’ added documentation array: added array_tail() operation
-