Home | History | Annotate | Download | only in mtest

Lines Matching refs:ni

135  void    *s_mp_alloc(size_t nb, size_t ni);       /* general allocator     */
156 #define s_mp_alloc(nb, ni) calloc(nb, ni)
2743 /* {{{ s_mp_alloc(nb, ni) */
2746 /* Allocate ni records of nb bytes each, and return a pointer to that */
2747 void *s_mp_alloc(size_t nb, size_t ni)
2749 return calloc(nb, ni);