Home
last modified time | relevance | path

Searched refs:m (Results 1 – 4 of 4) sorted by relevance

/malloc/
A Dtst-mxfast.c30 struct mallinfo m; in do_test() local
44 m = mallinfo (); in do_test()
49 TEST_COMPARE (m.smblks, 0); in do_test()
A Dtst-mallinfo2.c30 print_mi (const char *msg, struct mallinfo2 *m) in print_mi() argument
33 #define P(f) printf("%s: %zu\n", #f, m->f) in print_mi()
A Dmalloc.c1322 #define aligned_OK(m) (((unsigned long)(m) & MALLOC_ALIGN_MASK) == 0) argument
1722 #define mark_bin(m, i) ((m)->binmap[idx2block (i)] |= idx2bit (i)) argument
1723 #define unmark_bin(m, i) ((m)->binmap[idx2block (i)] &= ~(idx2bit (i))) argument
1724 #define get_binmap(m, i) ((m)->binmap[idx2block (i)] & idx2bit (i)) argument
4970 if (m == 0) in _int_memalign()
4973 p = mem2chunk (m); in _int_memalign()
5139 if (m == NULL) in __malloc_usable_size()
5222 memset (&m, 0, sizeof (m)); in __libc_mallinfo2()
5234 return m; in __libc_mallinfo2()
5241 struct mallinfo m; in libc_hidden_def() local
[all …]
A DVersions27 # m*
52 # m*

Completed in 19 milliseconds