static void Destroy(nsFixedSizeAllocator& aPool, nsXBLBindingRequest* aRequest) { aRequest->~nsXBLBindingRequest(); aPool.Free(aRequest, sizeof(*aRequest)); }
static void Destroy(nsFixedSizeAllocator& aAllocator, Row* aRow) { aRow->~Row(); aAllocator.Free(aRow, sizeof(*aRow)); }