given_MallocMany_

bearlyb.MallocMany.given_MallocMany_
object given_MallocMany_ extends MallocMany[0]

Attributes

Graph
Supertypes
trait MallocMany[0]
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type Return[+T] = EmptyTuple

Value members

Concrete 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]