MallocMany

bearlyb.MallocMany
See theMallocMany companion object
sealed trait MallocMany[N <: Int]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Types

type Return[+T] <: Tuple

Value members

Abstract methods

def mallocMany(stack: MemoryStack): Return[ByteBuffer]
def mallocManyDouble(stack: MemoryStack): Return[DoubleBuffer]
def mallocManyFloat(stack: MemoryStack): Return[FloatBuffer]
def mallocManyInt(stack: MemoryStack): Return[IntBuffer]
def mallocManyLong(stack: MemoryStack): Return[LongBuffer]