[][src]Type Definition corundum::alloc::default::PRefCell

type PRefCell<T> = LogRefCell<T, BuddyAlloc>;

Compact form of LogRefCell <T,BuddyAlloc>.