mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 11:45:08 +08:00
First pass at ray memory command for memory debugging (#7589)
This commit is contained in:
@@ -98,6 +98,7 @@ cdef extern from "ray/core_worker/core_worker.h" nogil:
|
||||
const CWorkerID &worker_id) nogil,
|
||||
CRayStatus() nogil,
|
||||
void() nogil,
|
||||
void(c_string *stack_out) nogil,
|
||||
c_bool ref_counting_enabled)
|
||||
CWorkerType &GetWorkerType()
|
||||
CLanguage &GetLanguage()
|
||||
@@ -188,7 +189,7 @@ cdef extern from "ray/core_worker/core_worker.h" nogil:
|
||||
unordered_map[CObjectID, pair[size_t, size_t]] GetAllReferenceCounts()
|
||||
|
||||
void GetAsync(const CObjectID &object_id,
|
||||
ray_callback_function successs_callback,
|
||||
ray_callback_function success_callback,
|
||||
ray_callback_function fallback_callback,
|
||||
void* python_future)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user