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