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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsRecyclingAllocator.h170 // FindFreeBlock: return a free block that can hold bytes (best fit)
171 Block* FindFreeBlock(PRSize bytes);
H A DnsRecyclingAllocator.cpp179 Block* freeBlock = FindFreeBlock(bytes);
309 nsRecyclingAllocator::FindFreeBlock(PRSize bytes) function in class:nsRecyclingAllocator
321 // FindFreeBlock() will enter lock, while (null) and return null.

Completed in 44 milliseconds