Searched refs:tbase (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c4042 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { argument
4059 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE);
4065 m->seg.base = tbase;
4098 char* tbase = CMFAIL; local
4161 tbase = base;
4172 tbase = br;
4177 if (tbase == CMFAIL) { /* Cope with partial failure */
4194 tbase = br;
4204 if (HAVE_MMAP && tbase == CMFAIL) { /* Try MMAP */
4207 tbase
5459 init_user_mstate(char* tbase, size_t tsize) argument
5491 char* tbase = (char*)(CALL_MMAP(tsize)); local
[all...]
/barrelfish-2018-10-04/lib/cxx/include/
H A Dunwind.h289 uintptr_t tbase; member in struct:dwarf_eh_bases
/barrelfish-2018-10-04/lib/cxx/unwind/
H A DUnwindLevel1-gcc-ext.c182 bases->tbase = (uintptr_t)info.extra;
/barrelfish-2018-10-04/usr/eclipseclp/Eplex/
H A Deplex.c5278 value vi, type ti, value vbase, type tbase)
5340 Return_Unify_Integer(vbase, tbase, base);
5349 value vbase, type tbase,
5502 p_cpx_matrix_base(value vbase, type tbase) argument
5504 Return_Unify_Integer(vbase, tbase, SOLVER_MAT_BASE);
5277 p_cpx_get_row(value vlp, type tlp, value vpool, type tpool, value vi, type ti, value vbase, type tbase) argument
5348 p_cpx_get_col_coef(value vlp, type tlp, value vpool, type tpool, value vbase, type tbase, value vj, type tj, value vc, type tc) argument

Completed in 77 milliseconds