Home
last modified time | relevance | path

Searched refs:PHash_memorySize (Results 1 – 3 of 3) sorted by relevance

/dports/lang/io-devel/io-9bfac31d/libs/iovm/source/
H A DPHash.h43 size_t PHash_memorySize(PHash *self);
H A DPHash.c164 size_t PHash_memorySize(PHash *self) in PHash_memorySize() function
H A DIoObject.c99 if (IoObject_ownsSlots(self)) size += PHash_memorySize(IoObject_slots(self)); in IoObject_memorySize()
925 …return sizeof(IoObjectData) + (IoObject_ownsSlots(self) ? PHash_memorySize(IoObject_slots(self)) :… in IoObject_memorySizeFunc()