DMTCP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions
alloc.h File Reference
#include <stdlib.h>
#include <sys/mman.h>
#include "dmtcp.h"

Go to the source code of this file.

Macros

#define _real_malloc   NEXT_FNC(malloc)
 
#define _real_calloc   NEXT_FNC(calloc)
 
#define _real_valloc   NEXT_FNC(valloc)
 
#define _real_realloc   NEXT_FNC(realloc)
 
#define _real_free   NEXT_FNC(free)
 
#define _real_memalign   NEXT_FNC(memalign)
 
#define _real_posix_memalign   NEXT_FNC(posix_memalign)
 
#define _real_libc_memalign   NEXT_FNC(__libc_memalign)
 
#define _real_mmap   NEXT_FNC(mmap)
 
#define _real_mmap64   NEXT_FNC(mmap64)
 
#define _real_munmap   NEXT_FNC(munmap)
 
#define _real_mremap   NEXT_FNC(mremap)
 

Functions

void * __libc_memalign (size_t boundary, size_t size)
 

Macro Definition Documentation

#define _real_calloc   NEXT_FNC(calloc)

Definition at line 32 of file alloc.h.

#define _real_free   NEXT_FNC(free)

Definition at line 35 of file alloc.h.

#define _real_libc_memalign   NEXT_FNC(__libc_memalign)

Definition at line 38 of file alloc.h.

#define _real_malloc   NEXT_FNC(malloc)

Definition at line 31 of file alloc.h.

#define _real_memalign   NEXT_FNC(memalign)

Definition at line 36 of file alloc.h.

#define _real_mmap   NEXT_FNC(mmap)

Definition at line 40 of file alloc.h.

#define _real_mmap64   NEXT_FNC(mmap64)

Definition at line 41 of file alloc.h.

#define _real_mremap   NEXT_FNC(mremap)

Definition at line 43 of file alloc.h.

#define _real_munmap   NEXT_FNC(munmap)

Definition at line 42 of file alloc.h.

#define _real_posix_memalign   NEXT_FNC(posix_memalign)

Definition at line 37 of file alloc.h.

#define _real_realloc   NEXT_FNC(realloc)

Definition at line 34 of file alloc.h.

#define _real_valloc   NEXT_FNC(valloc)

Definition at line 33 of file alloc.h.

Function Documentation

void* __libc_memalign ( size_t  boundary,
size_t  size 
)