2.8.1.3. alloc_GlobalUseGlobalMutex()

[<<<] [>>>]

Some installation use memory allocation function that are not thread safe. On some UNIX installations malloc is not thread safe. To tell the module that all the allocation function primitives are not thread safe call this function before initializing any segment.

void alloc_GlobalUseGlobalMutex(
  ){

[<<<] [>>>]