зеркало из https://github.com/mozilla/pjs.git
Attempt to fix Sun WorkShop bustage. b=146532
This commit is contained in:
Родитель
5c617a433e
Коммит
32fd92c082
|
@ -274,7 +274,7 @@ nsRecyclingAllocator::FreeUnusedBuckets()
|
|||
#endif
|
||||
}
|
||||
|
||||
inline nsRecyclingAllocator::Block*
|
||||
nsRecyclingAllocator::Block*
|
||||
nsRecyclingAllocator::FindFreeBlock(PRUint32 bytes)
|
||||
{
|
||||
// We dont enter lock for this check. This is intentional.
|
||||
|
@ -329,7 +329,7 @@ nsRecyclingAllocator::FindFreeBlock(PRUint32 bytes)
|
|||
return block;
|
||||
}
|
||||
|
||||
inline PRInt32
|
||||
PRInt32
|
||||
nsRecyclingAllocator::AddToFreeList(Block* block)
|
||||
{
|
||||
// Make sure we arent keeping more than mMaxBlocks
|
||||
|
|
Загрузка…
Ссылка в новой задаче