Searched refs:MallocRefCount (Results 1 – 1 of 1) sorted by relevance
274 class MallocRefCount { class277 MallocRefCount* r = static_cast<MallocRefCount*>(arg); in Destroy()278 r->~MallocRefCount(); in Destroy()282 MallocRefCount() in MallocRefCount() function in __anonfd24daf80111::MallocRefCount285 ~MallocRefCount() = default;312 static_cast<MallocRefCount*>(gpr_malloc(sizeof(MallocRefCount) + length)); in HeapInit()316 new (rc) MallocRefCount(); in HeapInit()