index
:
sandhi/.git
master
A software functional Clone to LabVIEW
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
block_allocator.cpp
Age
Commit message (
Expand
)
Author
2013-06-06
gras: filled in code from top config changes
Josh Blum
2013-06-06
gras: moved block ptr into data
Josh Blum
2013-06-06
gras: changes for actor in worker Apology commit
Josh Blum
2013-06-05
gras: compiles now with separate data struct
Josh Blum
2013-05-06
gras: increase default number of buffers
Josh Blum
2013-04-16
gras: enable half consumed metric on pool buffers
Josh Blum
2013-04-16
gras: isolate this callback to only the source file
Josh Blum
2013-04-14
gras: increase chunk size for fair benchmarks
Josh Blum
2013-04-13
gras: minor tweaks while benchmarking
Josh Blum
2013-02-25
gras: work on new port config API
Josh Blum
2013-01-31
gras: misc tweaks to alloc sizes
Josh Blum
2012-12-25
added debug print for work and handler count
Josh Blum
2012-12-23
create a new token for the downsteam message
Josh Blum
2012-12-23
making use of last and fixing up the buffer stitching
Josh Blum
2012-12-22
use sbuffer config for alloc api
Josh Blum
2012-12-20
toying with circ buff and stitching
Josh Blum
2012-12-15
work on the buffer queue api
Josh Blum
2012-12-01
changed lookahead to preload, thats all it is
Josh Blum
2012-11-09
switch to boost software license
Josh Blum
2012-10-28
work on stand-alone library build
Josh Blum
2012-10-13
lots of mini tweaks for QA passing, WIP...
Josh Blum
2012-10-04
implementation for the top block global config
Josh Blum
2012-10-04
support for maximum_items output port config
Josh Blum
2012-10-04
work on the set/get input/output per-port config
Josh Blum
2012-10-02
dammit... find and replace did it again
Josh Blum
2012-09-29
create IO subscriber bitset for tracking done
Josh Blum
2012-09-29
ported input and output port handlers to apology
Josh Blum
2012-09-29
ported allocator and block handler to apology
Josh Blum
2012-09-24
smaller buffers seems to make qa tests faster
Josh Blum
2012-09-20
fun with inlines
Josh Blum
2012-09-19
a few more forecast related tweaks
Josh Blum
2012-09-19
use another token for input allocator msg (so the old one can be cleared)
Josh Blum
2012-09-18
created hooks for input buffer allocator
Josh Blum
2012-09-18
added hook for custom output buffer allocator
Josh Blum
2012-09-13
added set buffer affinity hook for blocks
Josh Blum
2012-09-12
buffer size tweaks and ifdef for disabling asserts
Josh Blum
2012-09-12
communicate downstream buffer reqs to upstream output allocator
Josh Blum
2012-09-12
split up misc header into messages and token
Josh Blum
2012-09-10
remove output bytes offset, can use sbuffer's length
Josh Blum
2012-09-10
switch to using sbuffer in gras impl
Josh Blum
2012-09-06
debug prints, minor fixes, unfinished input queue work
Josh Blum
2012-09-03
work on input queues and history logic
Josh Blum
2012-08-29
using port messages and implement buffer queues in house
Josh Blum
2012-08-26
runtime: work on allocator handler
Josh Blum