ObjFW  Diff

Differences From Artifact [a02b47cd7d]:

To Artifact [a091595654]:


487
488
489
490
491
492
493
494

495
496
497
498
499
500
501
502
487
488
489
490
491
492
493

494

495
496
497
498
499
500
501







-
+
-







	/* Classes containing data should reimplement this! */
	return (uint32_t)(uintptr_t)self;
}

- (OFString*)description
{
	/* Classes containing data should reimplement this! */
	return [OFString stringWithFormat: @"<%s: %p>",
	return [OFString stringWithFormat: @"<%@: %p>", [self className], self];
					   [[self className] cString], self];
}

- (void)addMemoryToPool: (void*)ptr
{
	void **memchunks;
	size_t memchunks_size;