15 Commits

Author SHA1 Message Date
tilz0R
29f2ebbed1 Add travis file 2019-05-22 10:13:20 +02:00
tilz0R
52874543aa Add memory allocated bit as macro. It should be evaluated on compiler side. 2019-05-04 22:47:07 +02:00
tilz0R
4dc9c21b06 Add safe realloc function 2019-05-03 00:33:00 +02:00
tilz0R
e10552e750 Add macro for casting, make variable names more natural 2019-04-30 15:07:26 +02:00
tilz0R
775a2ba28a Set start block as prevprev first. 2019-04-29 21:29:11 +02:00
tilz0R
e624ff0191 Optimizations for reallocation 2019-04-27 04:20:19 +02:00
tilz0R
2c9c3652f9 Add more comments to the code 2019-04-25 16:06:10 +02:00
tilz0R
bf29c951a0 Add optimized realloc, add safe free function 2019-04-22 23:17:44 +02:00
tilz0R
52c9330c08 Fix inconsistency between function call syntax 2019-04-22 12:51:01 +02:00
tilz0R
3ea8841aa9 Rename library to Lightweight memory manager 2019-04-22 12:25:43 +02:00
tilz0R
5280210cf5 Use unsigned char instead of uint8_t and remove all stdint dependancies 2019-04-22 11:37:32 +02:00
tilz0R
3832d3616f Fix bug with size 2019-04-21 22:07:19 +02:00
tilz0R
ce25beb13b Add const keyword to all constant values to make lib omre robust 2019-04-21 21:51:23 +02:00
tilz0R
c87668fb4b Add dynamic memory first commit 2019-04-21 01:34:12 +02:00
Tilen Majerle
7712eeda9d
Initial commit 2019-04-20 18:01:27 +02:00