Searched refs:ialloc (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 3963 static void** ialloc(mstate m, in ialloc() function 4371 return ialloc(gm, n_elements, &sz, 3, chunks); in dlindependent_calloc() 4376 return ialloc(gm, n_elements, sizes, 0, chunks); in dlindependent_comalloc() 4789 return ialloc(ms, n_elements, &sz, 3, chunks); in mspace_independent_calloc() 4799 return ialloc(ms, n_elements, sizes, 0, chunks); in mspace_independent_comalloc()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 4563 static void** ialloc(mstate m, in ialloc() function 4985 return ialloc(gm, n_elements, &sz, 3, chunks); in dlindependent_calloc() 4990 return ialloc(gm, n_elements, sizes, 0, chunks); in dlindependent_comalloc() 5432 return ialloc(ms, n_elements, sizes, 3, chunks); in mstar_mspace_independent_calloc() 5442 return ialloc(ms, n_elements, sizes, 0, chunks); in mstar_mspace_independent_comalloc()
|