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