kmod/shared
Lucas De Marchi 8863154e44 strbuf: do not calculate next step in size on all calls
We only need to check if the new size is less or equal than the current
size. We don't really need to calculate the next step.
2014-10-16 21:22:32 -03:00
..
.gitignore Move generic util functions to shared directory 2014-10-03 00:33:25 -03:00
array.c Reorder and reorganize header files 2014-10-03 01:43:15 -03:00
array.h Move array implementation to shared directory 2014-10-03 00:33:25 -03:00
hash.c Reorder and reorganize header files 2014-10-03 01:43:15 -03:00
hash.h Move hash implementation to shared directory 2014-10-03 00:40:11 -03:00
macro.h testsuite: remove now unused array of tests 2014-10-09 14:29:04 -03:00
missing.h Move missing.h to shared directory 2014-10-03 00:31:10 -03:00
strbuf.c strbuf: do not calculate next step in size on all calls 2014-10-16 21:22:32 -03:00
strbuf.h shared: rename prefixes of strbuf functions 2014-10-11 13:25:51 -03:00
util.c Change parameter from int to char 2014-10-09 11:03:29 -03:00
util.h Change parameter from int to char 2014-10-09 11:03:29 -03:00