Searched refs:segment_holds (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 2108 #define segment_holds(S, A)\ macro 2790 while (segment_holds(s, q) && in traverse_and_check() 2856 while (segment_holds(s, q) && in internal_mallinfo() 2900 while (segment_holds(s, q) && in internal_malloc_stats() 3541 segment_holds(sp, m->top)) { /* append */ in sys_alloc() 3597 assert(segment_holds(sp, (char*)sp)); in release_unused_segments()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 2643 #define segment_holds(S, A)\ macro 3374 while (segment_holds(s, q) && in traverse_and_check() 3440 while (segment_holds(s, q) && in internal_mallinfo() 3483 while (segment_holds(s, q) && in internal_malloc_stats() 4133 segment_holds(sp, m->top)) { /* append */ in sys_alloc() 4191 assert(segment_holds(sp, (char*)sp)); in release_unused_segments()
|