ray/src/plasma
2016-12-05 23:45:49 -08:00
..
build Rearrange plasma files to prepare for merging into Ray. 2016-10-25 14:27:45 -07:00
doc Rearrange plasma files to prepare for merging into Ray. 2016-10-25 14:27:45 -07:00
lib/python Fix bug in which we were running out of file descriptors. (#91) 2016-12-05 23:45:49 -08:00
test Fix bug in which we were running out of file descriptors. (#91) 2016-12-05 23:45:49 -08:00
thirdparty Rearrange plasma files to prepare for merging into Ray. 2016-10-25 14:27:45 -07:00
CMakeLists.txt When searching for Python with cmake, try custom tricks before using default cmake behavior. (#67) 2016-11-29 14:32:54 -08:00
eviction_policy.c Use sizeof(field) instead of sizeof(type) and other fixes. (#47) 2016-11-19 12:19:49 -08:00
eviction_policy.h Add basic LRU eviction for the plasma store. (#26) 2016-11-05 21:34:11 -07:00
example.c Keep objects in cache between tasks (#29) 2016-11-06 17:31:14 -08:00
fling.c move methods related to plasma requests and replies to plasma.c (#60) 2016-11-23 21:13:19 -08:00
fling.h move methods related to plasma requests and replies to plasma.c (#60) 2016-11-23 21:13:19 -08:00
Makefile Introduce non-blocking Plasma API. (#71) 2016-12-01 02:15:21 -08:00
malloc.c Windows compatibility (#57) 2016-11-22 17:04:24 -08:00
malloc.h Rearrange plasma files to prepare for merging into Ray. 2016-10-25 14:27:45 -07:00
plasma.c Introduce non-blocking Plasma API. (#71) 2016-12-01 02:15:21 -08:00
plasma.h Non-blocking fetch implementation. (#83) 2016-12-03 19:09:05 -08:00
plasma_client.c Fix bug in which we were running out of file descriptors. (#91) 2016-12-05 23:45:49 -08:00
plasma_client.h Non-blocking fetch implementation. (#83) 2016-12-03 19:09:05 -08:00
plasma_extension.c Fix bug in which we were running out of file descriptors. (#91) 2016-12-05 23:45:49 -08:00
plasma_manager.c Change object table subscribe to also return payload (#88) 2016-12-05 00:26:53 -08:00
plasma_manager.h Change object table subscribe to also return payload (#88) 2016-12-05 00:26:53 -08:00
plasma_store.c Introduce non-blocking Plasma API. (#71) 2016-12-01 02:15:21 -08:00
plasma_store.h Introduce non-blocking Plasma API. (#71) 2016-12-01 02:15:21 -08:00
setup-env.sh Changes to make tests pass on Travis. (#3) 2016-10-25 22:39:21 -07:00