Searched defs:CecAllocFunc (Results 1 – 1 of 1) sorted by relevance
25 struct CecAllocFunc struct27 void* (*allocFunc)(size_t); //!< メモリアロケート関数へのポインタです。28 void (*freeFunc)(void*); //!< メモリ解放関数へのポインタです。