Lines Matching defs:msp
4476 mchunkptr msp = align_as_chunk(tbase); in init_user_mstate() local
4526 size_t destroy_mspace(mspace msp) { in destroy_mspace()
4553 void* mspace_malloc(mspace msp, size_t bytes) { in mspace_malloc()
4667 void mspace_free(mspace msp, void* mem) { in mspace_free()
4758 void* mspace_calloc(mspace msp, size_t n_elements, size_t elem_size) { in mspace_calloc()
4778 void* mspace_realloc(mspace msp, void* oldmem, size_t bytes) { in mspace_realloc()
4802 void* mspace_memalign(mspace msp, size_t alignment, size_t bytes) { in mspace_memalign()
4811 void** mspace_independent_calloc(mspace msp, size_t n_elements, in mspace_independent_calloc()
4822 void** mspace_independent_comalloc(mspace msp, size_t n_elements, in mspace_independent_comalloc()
4832 int mspace_trim(mspace msp, size_t pad) { in mspace_trim()
4847 void mspace_malloc_stats(mspace msp) { in mspace_malloc_stats()
4857 size_t mspace_footprint(mspace msp) { in mspace_footprint()
4868 size_t mspace_max_footprint(mspace msp) { in mspace_max_footprint()
4880 struct mallinfo mspace_mallinfo(mspace msp) { in mspace_mallinfo()