Returns a string that identifies the concrete type of this allocator, including its type parameters (e.g. "RTempAlloc<Float>").
"RTempAlloc<Float>"
@override String signature() => '$runtimeType<$T, $X>';