ITK Function Reference

(V10000.1.0.60_20160308.00)
Functions
Mem.h File Reference
#include <stdarg.h>
#include <base_utils/libbase_utils_exports.h>
#include <base_utils/libbase_utils_undef.h>

Go to the source code of this file.

Functions

BASE_UTILS_API void * MEM_alloc (int n_bytes)
 
BASE_UTILS_API void * MEM_crealloc (void *ptr, int n_items, int item_size)
 
BASE_UTILS_API void MEM_free (void *ptr)
 
BASE_UTILS_API void * MEM_realloc (void *ptr, int n_bytes)
 
BASE_UTILS_API char * MEM_sprintf (const char *format,...)
 
BASE_UTILS_API char * MEM_string_append (char *str, const char *appendage)
 
BASE_UTILS_API char * MEM_string_copy (const char *str)
 
BASE_UTILS_API char * MEM_string_nappend (char *str, const char *appendage, int n)
 
BASE_UTILS_API char * MEM_string_ncopy (const char *str, int n)
 
BASE_UTILS_API char * MEM_vsprintf (const char *format, va_list arg)
 

Detailed Description

Provides specific memory allocation and disposal.

Definition in file Mem.h.