ES2 MUD LIB :: 東方故事二(ES2) 天朝帝國 mudlib 瀏覽展示

/doc/lpc/defines/DEBUGMALLOC_EXTENSIONS

HOME :: doc :: lpc :: defines :: DEBUGMALLOC_EXTENSIONS
DEBUGMALLOC_EXTENSIONS not only keeps track of how much is allocated, but
also associates a numeric tag and a string label with each block, allowing
it to check memory for consistency and determine where any given block
was allocated from.

Useful for tracking and removing memory leaks from the driver.
HOME :: doc :: lpc :: defines :: DEBUGMALLOC_EXTENSIONS