#include <stdlib.h>#include "kmp_os.h"Go to the source code of this file.
Defines | |
| #define | _free_src_loc(ptr) free( (ptr) ) |
| #define | _malloc_src_loc(size) malloc( (size) ) |
| #define | free_src_loc(args) _free_src_loc( args ) |
| #define | KMP_SRC_LOC_CURR |
| #define | KMP_SRC_LOC_DECL |
| #define | KMP_SRC_LOC_PARM |
| #define | malloc_src_loc(args) _malloc_src_loc( args ) |
| #define _free_src_loc | ( | ptr | ) | free( (ptr) ) |
Definition at line 228 of file kmp_wrapper_malloc.h.
| #define _malloc_src_loc | ( | size | ) | malloc( (size) ) |
Definition at line 227 of file kmp_wrapper_malloc.h.
| #define free_src_loc | ( | args | ) | _free_src_loc( args ) |
Definition at line 186 of file kmp_wrapper_malloc.h.
Referenced by ___kmp_free().
| #define KMP_SRC_LOC_CURR |
Definition at line 168 of file kmp_wrapper_malloc.h.
| #define KMP_SRC_LOC_DECL |
Definition at line 166 of file kmp_wrapper_malloc.h.
| #define KMP_SRC_LOC_PARM |
Definition at line 167 of file kmp_wrapper_malloc.h.
Referenced by ___kmp_allocate(), ___kmp_allocate_align(), ___kmp_fast_allocate(), ___kmp_fast_free(), ___kmp_free(), ___kmp_page_allocate(), ___kmp_thread_calloc(), ___kmp_thread_free(), ___kmp_thread_malloc(), and ___kmp_thread_realloc().
| #define malloc_src_loc | ( | args | ) | _malloc_src_loc( args ) |
Definition at line 185 of file kmp_wrapper_malloc.h.
Referenced by ___kmp_allocate_align().
1.6.1