Implemented heap-functionality for object-types
This commit is contained in:
parent
43f0ed0250
commit
ed5d627e3f
5 changed files with 68 additions and 44 deletions
|
@ -34,6 +34,6 @@ size_t Object_AllocationSizeForType(ObjectType* otype);
|
|||
// No-op
|
||||
int Object_Destroy(void* arg, Object* o);
|
||||
size_t Object_SizeQuery(void* arg, Object* o);
|
||||
int Object_ReferenceTrace(void* context, Object* data, TracingHeapVisit trace_callback, void* callback_context);
|
||||
int Object_ReferenceTrace(void* context, Object* data, TracingHeapVisit trace_callback, void* callback_context);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue