* Replaced all occurances of malloc(), realloc(), and free() in the
authorArt Cancro <ajc@citadel.org>
Wed, 6 Jan 1999 04:26:06 +0000 (04:26 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 6 Jan 1999 04:26:06 +0000 (04:26 +0000)
commit0e27f6b5504c48cf1f2c9d4ffa0a213523aa3966
treefc826b84138a48976d353657e5d22025d11c5a94
parentebbe3534b2dea27eabf7b2845a0af38bcb12c778
    * Replaced all occurances of malloc(), realloc(), and free() in the
          server and server-modules with mallok(), reallok(), and phree().
          Wrote macros and a set of leak-tracking functions.
12 files changed:
citadel/ChangeLog
citadel/citserver.c
citadel/database.c
citadel/dynloader.c
citadel/msgbase.c
citadel/room_ops.c
citadel/serv_chat.c
citadel/serv_expire.c
citadel/serv_upgrade.c
citadel/server.h
citadel/sysdep.c
citadel/tasklist.txt