Home
last modified time | relevance | path

Searched refs:malloc_refcount (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/core/lib/slice/
Dslice.cc211 } malloc_refcount; typedef
214 malloc_refcount* r = static_cast<malloc_refcount*>(p); in malloc_ref()
219 malloc_refcount* r = static_cast<malloc_refcount*>(p); in malloc_unref()
241 malloc_refcount* rc = static_cast<malloc_refcount*>( in grpc_slice_malloc_large()
242 gpr_malloc(sizeof(malloc_refcount) + length)); in grpc_slice_malloc_large()