Searched refs:check_mmapped_chunk (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 2213 #define check_mmapped_chunk(M,P) macro 2222 #define check_mmapped_chunk(M,P) do_check_mmapped_chunk(M,P) macro 3198 check_mmapped_chunk(m, p); in mmap_alloc() 3233 check_mmapped_chunk(m, newp); in mmap_resize()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 2745 #define check_mmapped_chunk(M,P) macro 2754 #define check_mmapped_chunk(M,P) do_check_mmapped_chunk(M,P) macro 3782 check_mmapped_chunk(m, p); in mmap_alloc() 3816 check_mmapped_chunk(m, newp); in mmap_resize()
|