Searched defs:nb (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 3179 static void* mmap_alloc(mstate m, size_t nb) { in mmap_alloc() 3206 static mchunkptr mmap_resize(mstate m, mchunkptr oldp, size_t nb) { in mmap_resize() 3288 size_t nb) { in prepend_alloc() 3385 static void* sys_alloc(mstate m, size_t nb) { in sys_alloc() 3692 static void* tmalloc_large(mstate m, size_t nb) { in tmalloc_large() 3765 static void* tmalloc_small(mstate m, size_t nb) { in tmalloc_small() 3821 size_t nb = request2size(bytes); in internal_realloc() local 3893 size_t nb = request2size(bytes); in internal_memalign() local 4120 size_t nb; in dlmalloc() local 4531 size_t nb; in mspace_malloc() local
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 3763 static void* mmap_alloc(mstate m, size_t nb) { in mmap_alloc() 3790 static mchunkptr mmap_resize(mstate m, mchunkptr oldp, size_t nb) { in mmap_resize() 3871 size_t nb) { in prepend_alloc() 3967 static void* sys_alloc(mstate m, size_t nb) { in sys_alloc() 4291 static void* tmalloc_large(mstate m, size_t nb) { in tmalloc_large() 4362 static void* tmalloc_small(mstate m, size_t nb) { in tmalloc_small() 4417 size_t nb = request2size(bytes); in internal_realloc() local 4493 size_t nb = request2size(bytes); in internal_memalign() local 4725 size_t nb; in dlmalloc() local 5161 size_t nb; in mstar_mspace_malloc() local
|