Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/pprof/
Dprotomem_test.go172 func nonRecursiveGenericAllocFunction[CurrentOp any, OtherOp any](alloc bool) { func
176 nonRecursiveGenericAllocFunction[OtherOp, CurrentOp](true)
192 nonRecursiveGenericAllocFunction[opAlloc, opCall](true)
193 nonRecursiveGenericAllocFunction[opCall, opAlloc](false)