Telodendria/src
Jordan Bancino bcff59bacb Store memory info in the allocated block, not as a separate block.
This will eventually enable us to get memory information in O(1) time.
Right now, we're still O(n) because MemoryInfoGet() still has to check to
see if the allocation is known or not.
2022-10-28 14:07:44 -04:00
..
include Store memory info in the allocated block, not as a separate block. 2022-10-28 14:07:44 -04:00
Routes Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00
Array.c Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00
Base64.c Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00
CanonicalJson.c Update license text. 2022-07-28 12:00:52 -04:00
Config.c Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00
Db.c Begin prototyping persistent storage API 2022-10-24 12:44:29 -04:00
HashMap.c Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00
Http.c Complete parameter parsing 2022-10-15 19:17:49 -04:00
HttpServer.c Complete parameter parsing 2022-10-15 19:17:49 -04:00
Json.c Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00
Log.c Remove NonPosix.h; it seems to be causing more trouble than it's worth. 2022-10-15 11:45:23 -04:00
Matrix.c Fix a few more calls to free() 2022-10-13 12:27:24 -04:00
Memory.c Store memory info in the allocated block, not as a separate block. 2022-10-28 14:07:44 -04:00
Queue.c Use new Memory API for all memory allocations. 2022-10-13 12:18:42 -04:00
Telodendria.c Store memory info in the allocated block, not as a separate block. 2022-10-28 14:07:44 -04:00
TelodendriaConfig.c Add max-cache option to the config file 2022-10-24 13:40:21 -04:00
Util.c Add max-cache option to the config file 2022-10-24 13:40:21 -04:00