PPL Logo

conv-core/memory-gnu.h File Reference

Go to the source code of this file.

Typedefs

typedef struct malloc_statemstate

Functions

mstate _int_new_arena (size_t __ini_size) attribute_hidden
__malloc_ptr_t _int_malloc (mstate __m, size_t __size) attribute_hidden
void _int_free (mstate __m, __malloc_ptr_t __ptr) attribute_hidden
__malloc_ptr_t _int_realloc (mstate __m, __malloc_ptr_t __ptr, size_t __size) attribute_hidden
__malloc_ptr_t _int_memalign (mstate __m, size_t __alignment, size_t __size) attribute_hidden
__malloc_ptr_t _int_valloc (mstate __m, size_t __size) attribute_hidden

Variables

int __malloc_initialized attribute_hidden


Typedef Documentation

typedef struct malloc_state* mstate

Definition at line 14 of file memory-gnu.h.


Function Documentation

mstate _int_new_arena ( size_t  __ini_size  ) 

__malloc_ptr_t _int_malloc ( mstate  __m,
size_t  __size 
)

void _int_free ( mstate  __m,
__malloc_ptr_t  __ptr 
)

__malloc_ptr_t _int_realloc ( mstate  __m,
__malloc_ptr_t  __ptr,
size_t  __size 
)

__malloc_ptr_t _int_memalign ( mstate  __m,
size_t  __alignment,
size_t  __size 
)

__malloc_ptr_t _int_valloc ( mstate  __m,
size_t  __size 
)


Variable Documentation


Generated on Sat May 26 08:08:07 2012 for Charm++ by  doxygen 1.5.5