ML Reference
MeVis/Foundation/Sources/MLMemoryManager/Include/mlDeleteMemoryBlockCallback.h
Go to the documentation of this file.
00001 // **InsertLicense** code
00002 //-----------------------------------------------------------------------------
00003 // Callback type to delete a memory block.
00004 //
00005 // \file    mlMemoryBlock.h
00006 // \author  Marcus Barann
00007 // \date    03/2008
00008 // 
00009 //-----------------------------------------------------------------------------
00010 
00011 #ifndef MLDELETEMEMORYBLOCKCALLBACK_H_INCLUDED
00012 #define MLDELETEMEMORYBLOCKCALLBACK_H_INCLUDED
00013 
00014 #include <cstddef>
00015 
00021 typedef void (*MLDeleteMemoryBlockCallback)(void* data, size_t size, void* userData);
00022 
00023 #endif // MLDELETEMEMORYBLOCKCALLBACK_H_INCLUDED