Implemented TracingHeap_GetDataColor
This commit is contained in:
parent
840b19adf2
commit
7120f59951
2 changed files with 9 additions and 0 deletions
|
@ -61,5 +61,6 @@ int TracingHeap_EndTrace(TracingHeap* self);
|
|||
int TracingHeap_TraceNext(TracingHeap* self);
|
||||
size_t TracingHeap_TraceNextN(TracingHeap* self, size_t n, int* error_code);
|
||||
int TracingHeap_AddTracingRoot(TracingHeap* self, void* data);
|
||||
enum TracingColor TracingHeap_GetDataColor(TracingHeap* self, void* data);
|
||||
|
||||
#endif // header
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue