Searched refs:tbase (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 3912 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument 3929 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); in add_segment() 3935 m->seg.base = tbase; in add_segment() 3968 char* tbase = CMFAIL; in sys_alloc() local 4024 tbase = base; in sys_alloc() 4035 tbase = br; in sys_alloc() 4040 if (tbase == CMFAIL) { /* Cope with partial failure */ in sys_alloc() 4057 tbase = br; in sys_alloc() 4067 if (HAVE_MMAP && tbase == CMFAIL) { /* Try MMAP */ in sys_alloc() 4072 tbase = mp; in sys_alloc() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 3330 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument 3347 init_top(m, (mchunkptr)((unsigned long)tbase), tsize - TOP_FOOT_SIZE); in add_segment() 3353 m->seg.base = tbase; in add_segment() 3386 char* tbase = CMFAIL; in sys_alloc() local 3435 tbase = base; in sys_alloc() 3446 tbase = br; in sys_alloc() 3451 if (tbase == CMFAIL) { /* Cope with partial failure */ in sys_alloc() 3468 tbase = br; in sys_alloc() 3478 if (HAVE_MMAP && tbase == CMFAIL) { /* Try MMAP */ in sys_alloc() 3484 tbase = mp; in sys_alloc() [all …]
|