memory/ | |
License | Copyright © 2007-2011, FreeBASIC Extended Library Development Group |
ext | |
Functions | |
callocateAligned | Allocate a special buffer, that is aligned to a multiple of 16, for SSE usage |
Copyright © 2007-2011, FreeBASIC Extended Library Development Group
Distributed under the FreeBASIC Extended Library Group license. See accompanying file LICENSE.txt or copy at http://code.google.com
Functions | |
callocateAligned | Allocate a special buffer, that is aligned to a multiple of 16, for SSE usage |
Allocate a special buffer, that is aligned to a multiple of 16, for SSE usage
declare function callocateAligned( byval size as sizetype ) as any ptr