File ut/memwrap.h

  $Revision: 1.12 $

Utilities (ut). memwrap.h - header file for memory allocation wrappers.
Status: NOT REVUED, TESTED,
Design and implementation by: Marek Bukowy

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 )


Local Function asctime_r()

static char* asctime_r ( const struct tm* __tm, char* __buf )
Included from: /usr/include/time.h
Calls: __posix_asctime_r()

Local Function ctime_r()

static char* ctime_r ( const time_t* __time, char* __buf )
Included from: /usr/include/time.h
Calls: __posix_ctime_r()

Local Function getlogin_r()

static int getlogin_r ( char* __name, int __len )
Included from: /usr/include/unistd.h
Calls: __posix_getlogin_r()

Local Function ttyname_r()

static int ttyname_r ( int __fildes, char* __buf, size_t __size )
Included from: /usr/include/unistd.h
Calls: __posix_ttyname_r()