ray/src/common/state
Robert Nishihara c8c3983195 Use sizeof(field) instead of sizeof(type) and other fixes. (#47)
* Use sizeof(field) instead of sizeof(type) and other fixes.

* Fix formatting.

* Bug fix.

* Zero-initialize structs. There are many more instances of these that I haven't changed yet.

* Bug fix.

* Revert from atexit to signaling to fix valgrind tests.

* Address Philipp's comments.
2016-11-19 12:19:49 -08:00
..
db.h Global scheduler skeleton (#45) 2016-11-18 19:57:51 -08:00
db_client_table.c Global scheduler skeleton (#45) 2016-11-18 19:57:51 -08:00
db_client_table.h Global scheduler skeleton (#45) 2016-11-18 19:57:51 -08:00
object_table.c Use sizeof(field) instead of sizeof(type) and other fixes. (#47) 2016-11-19 12:19:49 -08:00
object_table.h Merge task table and task log into a single table (#30) 2016-11-10 18:13:26 -08:00
redis.c Use sizeof(field) instead of sizeof(type) and other fixes. (#47) 2016-11-19 12:19:49 -08:00
redis.h Use sizeof(field) instead of sizeof(type) and other fixes. (#47) 2016-11-19 12:19:49 -08:00
table.c Logging level (#38) 2016-11-15 20:33:29 -08:00
table.h Logging level (#38) 2016-11-15 20:33:29 -08:00
task_table.c Logging level (#38) 2016-11-15 20:33:29 -08:00
task_table.h Merge task table and task log into a single table (#30) 2016-11-10 18:13:26 -08:00