1
0
mirror of https://github.com/jrcutler/threadless.io.git synced 2024-07-07 10:35:49 +00:00

24 Commits

Author SHA1 Message Date
0eed022034 Check size after allocation_realloc_array test calls. 2016-04-07 08:54:43 -04:00
75d8f63842 Add allocation test 2016-04-06 02:08:25 -04:00
31633b0b49 Update mmap_allocate() to shrink mappings with munmap() (when mremap() doesn't exist) 2016-04-05 22:28:07 -04:00
b66c589d85 mmap_allocate() now saves requested size instead of rounded size 2016-04-05 10:42:57 -04:00
0ee13cea80 Make allocator get function names more consistent 2016-04-04 11:09:27 -04:00
cc12de9414 Whitespace after function removal 2016-04-03 22:57:47 -04:00
5b6bb204bf Add optional mmap(3) allocator 2016-04-03 22:57:39 -04:00
83675f0319 Clean up include directory specification 2016-04-03 21:19:14 -04:00
a4a50dadbc Copy/paste comment fix 2016-04-03 20:57:25 -04:00
b35ac94640 Made default_allocator a library 2016-04-03 20:54:59 -04:00
2777a2d44e Rewrote allocator/allocation interface to track individual allocations and sizes 2016-04-03 20:52:32 -04:00
682d8484e0 Copy/paste fix 2016-04-03 20:17:17 -04:00
de21496f51 Build cleanup 2016-04-03 19:10:38 -04:00
784a33ca26 Switch to a realloc_array()-style allocator (with default implementation) 2016-04-02 21:10:40 -04:00
3604f3557b Add doxygen file headers 2016-04-02 16:37:31 -04:00
e1a83ea77a Add _t suffix to types 2016-04-02 16:35:45 -04:00
f6ef16f80f Reorganize directory structure 2016-04-02 16:21:20 -04:00
d7e7bcdc88 Add copyright/license blocks to source files 2016-04-01 09:42:12 -04:00
b7197ac8c5 Variable scope cleanup 2016-04-01 09:12:14 -04:00
2e022ef89c Whitespace cleanup 2016-04-01 09:11:41 -04:00
7b68c8d4b6 Create LICENSE 2016-03-31 11:05:14 -04:00
aaf254435a Update README.md 2016-03-31 09:56:51 -04:00
770462d0d8 Adding initial coroutine library with simple example/test. 2016-03-31 02:31:46 -04:00
46abdfefe2 Initial commit 2016-03-30 09:21:13 -04:00