Searched refs:typed_p (Results 1 – 1 of 1) sorted by relevance
134 T* typed_p = reinterpret_cast<T*>(p); in Allocate() local135 if (typed_p) RunCtor<T>(typed_p, num_elements); in Allocate()136 return typed_p; in Allocate()