File include/memwrap.h

  $Revision: 1.10 $

Utilities (ut). memwrap.h - header file for memory allocation wrappers.
Status: NOT REVUED, TESTED,
Design and implementation by: Marek Bukowy
Included in: modules/co/constants.c
  modules/df/defs.c
  modules/er/er_macro.c
  modules/er/er_paths.c
  modules/er/er_print.c
  modules/er/lex.er_yy.c
  modules/ma/bitmask.c
  modules/nh/nh.c
  modules/pc/protocol_config.c
  modules/pr/properties.c
  modules/qc/query_command.c
  modules/qi/query_instructions.c
  modules/sk/cd_socket.c
  modules/sk/sk_socket.c
  modules/sq/mysql_driver.c
  modules/sv/server.c
  modules/ta/ta.h
  modules/th/thread.c
  modules/ud/ud_int.h
  modules/wk/which_keytypes.c

Included Files


Preprocessor definitions

#define _MEMWRAP_H

#define UT_malloc( size )

#define UT_calloc( num, size )

#define UT_realloc( ptr, size )

#define UT_free( ptr )

#define UT_strdup( str )

#define wr_malloc( a, b )

#define wr_calloc( a, b, c )

#define wr_realloc( a, b )

#define wr_free( a )

#define wr_string( s )

#define wr_clear_list( a )