×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
AS_API int, asSetGlobalMemoryFunctions (asALLOCFUNC_t allocFunc, asFREEFUNC_t freeFunc) ; Set the memory management functions that AngelScript should use.
asSetGlobalMemoryFunctions (asALLOCFUNC_t allocFunc, asFREEFUNC_t freeFunc). Set the memory management functions that AngelScript should use. More... AS_API ...
This article will explain the memory management in AngelScript in detail. It's probably more detail than most developers need to know, but some may want to ...
The function asSetGlobalMemoryFunctions can be used to customize the memory management that the library uses. Simply supply two functions with the same ...
asSetGlobalMemoryFunctions (asALLOCFUNC_t allocFunc, asFREEFUNC_t freeFunc). Set the memory management functions that AngelScript should use. AS_API int ...
asSetGlobalMemoryFunctions · asResetGlobalMemoryFunctions. Auxiliary functions. asGetLibraryVersion · asGetLibraryOptions · asCreateLockableSharedBool ...
... asSetGlobalMemoryFunctions() : <a class="el" href="angelscript_8h.html#a527ab125defc58aa40cc151a25582a31">angelscript.h</a> </li> <li>asThreadCleanup() : <a ...
General purpose game utility library. Contribute to avansc/qLib development by creating an account on GitHub.
int asSetGlobalMemoryFunctions(asALLOCFUNC_t allocFunc, asFREEFUNC_t freeFunc). {. // Clean-up thread local memory before changing the allocation routines to ...