Searched refs:AddToFreeList (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsRecyclingAllocator.h172 // AddToFreeList: adds block into our freelist for future retrieval.
174 PRBool AddToFreeList(Block* block);
H A DnsRecyclingAllocator.cpp239 if (!AddToFreeList(block))
364 nsRecyclingAllocator::AddToFreeList(Block* block) function in class:nsRecyclingAllocator

Completed in 92 milliseconds