memory/allocate.bi

Summary
memory/allocate.bi
LicenseCopyright © 2007-2011, FreeBASIC Extended Library Development Group
ext
Functions
callocateAlignedAllocate a special buffer, that is aligned to a multiple of 16, for SSE usage

License

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/p/fb-extended-lib/wiki/License

ext

Summary
Functions
callocateAlignedAllocate a special buffer, that is aligned to a multiple of 16, for SSE usage

Functions

callocateAligned

declare function callocateAligned(byval size as sizetype) as any ptr

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
Allocate a special buffer, that is aligned to a multiple of 16, for SSE usage