memory.bi | |
License | Copyright © 2009, FreeBASIC Extended Library Development Group |
Functions | |
SetPlacementAddress | Sets a new address that is used for in-place construction and destruction of objects. |
Macros | |
FBEXT_DECLARE_PLACEMENT_NEWDEL | Declares member operators new and delete. |
FBEXT_DEFINE_PLACEMENT_NEWDEL | Defines member operators new and delete. |
Copyright © 2009, 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
Declares member operators new and delete.
# macro FBEXT_DECLARE_PLACEMENT_NEWDEL( T_ )
Defines member operators new and delete.
# macro FBEXT_DEFINE_PLACEMENT_NEWDEL( T_ )