Performs whatever steps are required to initialize a thread for use with the memory manager. For example initializing thread local storage that the allocator requires to work. The default implementation of the memory manager performs thread initialization automatically and therefore this call is optional. For implementations where the cost of automatically initializing a thread for use with an allocator would be prohibitively expensive this call allows you to perform the initialization once during, for example, thread creation.
- 参见
-