Chris Hogan
  1. Chris Hogan

posix_adapter

Public

Network

 
AuthorCommitMessageCommit Date
Chris HoganChris Hogan
303845d7188Don't need MPI for serial posix adapter tests
Chris HoganChris Hogan
2847c947bfcRename hermes_utils.h
Chris HoganChris Hogan
98daf812687Split out non-public BufferPool stuff into buffer_pool_internal.h
Chris HoganChris Hogan
c56b595694cMakefile cleanup
Chris HoganChris Hogan
41195df022dMove arena into its own files
Chris HoganChris Hogan
29326690410Add hermes namespace
Chris HoganChris Hogan
74c9119e199Use markdown in example code in docs
Chris HoganChris Hogan
e87cee84141Documentation updates and file buffering fixes
Chris HoganChris Hogan
d964169f22aSupport one file per slab
Chris HoganChris Hogan
467cc65fe7aFinished buffer_pool.h documentation
Chris HoganChris Hogan
dc72b986a82Add more BufferPool documentation.
Chris HoganChris Hogan
add3e68ee51Adding documentation to public BufferPool API
Chris HoganChris Hogan
28396c4278ecpplint fixes
Chris HoganChris Hogan
d1f301acc55Support buffer overlap test for each Tier
Chris HoganChris Hogan
d1523d1175cBasic file buffering working
Chris HoganChris Hogan
28309669044Display info about different Tiers
Chris HoganChris Hogan
a98df617ecbSupport different block_size, num_slabs, and slab_unit_sizes for each Tier
Chris HoganChris Hogan
54c25d5b6cfAdd variable slab and block size support to visualizer
Chris HoganChris Hogan
06598018952Support num_slab free lists for each Tier. Add free list getters and setters.
Chris HoganChris Hogan
92da96bef83Visualizer support for free_list per Tier
Chris HoganChris Hogan
5da1eddc293Move more data into the Config
Chris HoganChris Hogan
876f5f35e3bSupport different sized slabs via config
Chris HoganChris Hogan
5e493084626Contruct BufferPool in shmem instead of copying
Chris HoganChris Hogan
c2f7d704bf5Fix some Google style issues. * Change all strcpy and srcat calls to snprintf * Pass SharedMemoryContext to StartRPCServer by pointer instead of reference.
Chris HoganChris Hogan
56074071f3dMove server name to config, split/merge test can use RPC, iters is a cli param
Chris HoganChris Hogan
bcb82b8f1e3Dynamic buffer sizes and isolating configuration
Chris HoganChris Hogan
891c3a92c9bGeneric buffer coloring, shmem by name, and white buffers in use
Chris HoganChris Hogan
22c60d7008cSave bitmaps from visualizer with 's' key
Chris HoganChris Hogan
2737a338367Update buffer pool document
Chris HoganChris Hogan
2b30573eaf5MergeRamBuffers bug fixes and cleanup
Chris HoganChris Hogan
543ac4d28b8Factor out some functions
Chris HoganChris Hogan
79f88d7fd5fFix BufferPool merging bug
Chris HoganChris Hogan
ccf015ae51eAdd extra checks and data access to visualizer
Chris HoganChris Hogan
bc58a72049bBugfix for merging buffers
Chris HoganChris Hogan
d3aa1f416f7Visualizer adjustments for demo
Chris HoganChris Hogan
683a9fa1783Reworking MergeRamBuffers. Visualizer improvements
Chris HoganChris Hogan
d48f96cf172MergeRamBuffers working
Chris HoganChris Hogan
c9131e58e67SplitRamBuffers working correctly
Chris HoganChris Hogan
bb0f2dc80efFix starting position when drawing headers
Chris HoganChris Hogan
3b193d6ddd9Splitting implemented but buggy (according to visualizer)
Chris HoganChris Hogan
ed12bf150bfVisualize BufferHeaders
Chris HoganChris Hogan
ea0fa55d991Create one header per block
Chris HoganChris Hogan
86bc5bf7502Google style guide for visualizer
Chris HoganChris Hogan
ba9f22bc768Allocator defines to templates. Google style cleanup. Started buffer splitting
Chris HoganChris Hogan
f9a47ae9412Don't eat up the cpu in the visualizer
Chris HoganChris Hogan
6fe51615296Convert BP visualizer to Google style
Chris HoganChris Hogan
6803747bd1bRename BufferPool constants
Chris HoganChris Hogan
48394616561Google brace style and 80 column lines
Chris HoganChris Hogan
224abc42f17Rename .cpp file to .cc for Google style
Chris HoganChris Hogan
ff782f666c5Google style guide formatting