Searched refs:m_malloc (Results 1 – 7 of 7) sorted by relevance
52 #undef m_malloc /* in case <mks.h> included in <errno.h> or <stdlib.h> */63 m_malloc(amount) in m_malloc() function96 return (m_malloc(1));
53 if ((cp = m_malloc(len = strlen(s)+1)) == NULL) {
116 if ((dest = m_malloc(m)) == NULL) {
59 if ((w = (wchar_t *)m_malloc(n * sizeof(wchar_t))) == NULL) { in m_mbstowcsdup()
134 new = m_malloc((lines+1) * (lines+1) * sizeof *lc); in __m_doupdate_init()141 new = m_malloc((lines + lines) * sizeof *del); in __m_doupdate_init()149 new = m_malloc(lines * sizeof *nhash); in __m_doupdate_init()
476 LEXTERN _VOID *m_malloc (size_t size);478 # define m_malloc(size) malloc(size) macro
84 m_error.o m_malloc.o m_pathma.o