package cpp
Available on cppstatic inline calloc<T> (bytes:Int):Pointer<T>
static inline free<T> (ptr:Pointer<T>):Void
static inline malloc<T> (bytes:Int):Pointer<T>
static inline memcpy<DEST, SRC> (dest:Pointer<DEST>, src:ConstPointer<SRC>, bytes:Int):Void
static nativeCalloc (bytes:Int):RawPointer<Void>
static nativeFree (ptr:RawPointer<Void>):Void
static nativeMalloc (bytes:Int):RawPointer<Void>
static nativeMemcpy (dest:RawPointer<Void>, src:RawConstPointer<Void>, bytes:Int):Void
static nativeRealloc (inPtr:RawPointer<Void>, bytes:Int):RawPointer<Void>
static inline realloc<T> (ioPtr:Pointer<T>, bytes:Int):Void
static sizeof<T> (t:T ):Int
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cpp/Stdlib.html