This website works better with JavaScript.
Explore
Help
Sign In
jrcutler
/
threadless.io
mirror of
https://github.com/jrcutler/threadless.io.git
Watch
1
Star
0
Fork
You've already forked threadless.io
0
Code
Releases
Activity
30
Commits
2
Branches
0
Tags
180 KiB
Branch:
master
gh-pages
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
Commit Graph
30 Commits (master)
All Branches
Search
Author
SHA1
Message
Date
Justin R. Cutler
4384df95d3
Fixing uninitialized coroutine status
6 years ago
Justin R. Cutler
9acc8a43b4
Adding coroutine_defer() (with test)
6 years ago
Justin R. Cutler
aca3db2b06
Add heap_replace() functionality
6 years ago
Justin R. Cutler
ecf9cc606c
Add binary heap implementation and test
6 years ago
Justin R. Cutler
aa8cc3f804
Typo fix
6 years ago
Justin R. Cutler
cd1b95aea3
Add container_of macro
6 years ago
Justin R. Cutler
0eed022034
Check size after allocation_realloc_array test calls.
6 years ago
Justin R. Cutler
75d8f63842
Add allocation test
6 years ago
Justin R. Cutler
31633b0b49
Update mmap_allocate() to shrink mappings with munmap() (when mremap() doesn't exist)
6 years ago
Justin R. Cutler
b66c589d85
mmap_allocate() now saves requested size instead of rounded size
6 years ago
Justin R. Cutler
0ee13cea80
Make allocator get function names more consistent
6 years ago
Justin R. Cutler
cc12de9414
Whitespace after function removal
6 years ago
Justin R. Cutler
5b6bb204bf
Add optional mmap(3) allocator
6 years ago
Justin R. Cutler
83675f0319
Clean up include directory specification
6 years ago
Justin R. Cutler
a4a50dadbc
Copy/paste comment fix
6 years ago
Justin R. Cutler
b35ac94640
Made default_allocator a library
6 years ago
Justin R. Cutler
2777a2d44e
Rewrote allocator/allocation interface to track individual allocations and sizes
6 years ago
Justin R. Cutler
682d8484e0
Copy/paste fix
6 years ago
Justin R. Cutler
de21496f51
Build cleanup
6 years ago
Justin R. Cutler
784a33ca26
Switch to a realloc_array()-style allocator (with default implementation)
6 years ago
Justin R. Cutler
3604f3557b
Add doxygen file headers
6 years ago
Justin R. Cutler
e1a83ea77a
Add _t suffix to types
6 years ago
Justin R. Cutler
f6ef16f80f
Reorganize directory structure
6 years ago
Justin R. Cutler
d7e7bcdc88
Add copyright/license blocks to source files
6 years ago
Justin R. Cutler
b7197ac8c5
Variable scope cleanup
6 years ago
Justin R. Cutler
2e022ef89c
Whitespace cleanup
6 years ago
Justin R. Cutler
7b68c8d4b6
Create LICENSE
6 years ago
Justin R. Cutler
aaf254435a
Update README.md
6 years ago
Justin R. Cutler
770462d0d8
Adding initial coroutine library with simple example/test.
6 years ago
Justin R. Cutler
46abdfefe2
Initial commit
6 years ago