Prev | Next | ta_free_available |
thread_alloc::free_available(thread)
thread > 0
,
some extra memory is used to track allocations by the specified thread.
If
thread_alloc::inuse(thread) == 0
the extra memory is also returned to the system.
size_t thread
Either thread_num
must be the same as
thread
,
or the current execution mode must be sequential
(not parallel
).