mirror of
https://github.com/wassname/ray.git
synced 2026-08-13 12:30:18 +08:00
preparation to deallocate objects properly
This commit is contained in:
@@ -10,6 +10,7 @@ typedef size_t ObjRef;
|
||||
typedef size_t WorkerId;
|
||||
typedef size_t ObjStoreId;
|
||||
typedef size_t OperationId;
|
||||
typedef size_t SegmentId; // index into a memory segment table
|
||||
|
||||
class FnInfo {
|
||||
size_t num_return_vals_;
|
||||
@@ -45,6 +46,7 @@ public:
|
||||
struct slice {
|
||||
uint8_t* data;
|
||||
size_t len;
|
||||
SegmentId segmentid;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user