Home
last modified time | relevance | path

Searched refs:mchunkptr (Results 1 – 2 of 2) sorted by relevance

/common/
A Ddlmalloc.c951 mchunkptr p;
1025 static mchunkptr mremap_chunk(mchunkptr p, size_t new_size) in mremap_chunk()
1027 static mchunkptr mremap_chunk(p, new_size) mchunkptr p; size_t new_size; in mremap_chunk()
1047 p = (mchunkptr)(cp + offset);
1142 top = (mchunkptr)brk;
2006 newp = (mchunkptr)brk;
2093 mchunkptr p;
2101 mchunkptr oldtop = top;
2343 mchunkptr p;
2366 mchunkptr p; in malloc_update_mallinfo()
[all …]
A Ddlmalloc.src1803 mchunkptr p;
1877 static mchunkptr mremap_chunk(mchunkptr p, size_t new_size)
1879 static mchunkptr mremap_chunk(p, new_size) mchunkptr p; size_t new_size;
1899 p = (mchunkptr)(cp + offset);
1997 top = (mchunkptr)brk;
2769 newp = (mchunkptr)brk;
2856 mchunkptr p;
2864 mchunkptr oldtop = top;
3017 mchunkptr p;
3042 mchunkptr p;
[all …]

Completed in 13 milliseconds