Lines Matching defs:msp
4419 mchunkptr msp = align_as_chunk(tbase); in init_user_mstate() local
4469 size_t destroy_mspace(mspace msp) { in destroy_mspace()
4496 void* mspace_malloc(mspace msp, size_t bytes) { in mspace_malloc()
4610 void mspace_free(mspace msp, void* mem) { in mspace_free()
4701 void* mspace_calloc(mspace msp, size_t n_elements, size_t elem_size) { in mspace_calloc()
4721 void* mspace_realloc(mspace msp, void* oldmem, size_t bytes) { in mspace_realloc()
4745 void* mspace_memalign(mspace msp, size_t alignment, size_t bytes) { in mspace_memalign()
4754 void** mspace_independent_calloc(mspace msp, size_t n_elements, in mspace_independent_calloc()
4765 void** mspace_independent_comalloc(mspace msp, size_t n_elements, in mspace_independent_comalloc()
4775 int mspace_trim(mspace msp, size_t pad) { in mspace_trim()
4790 void mspace_malloc_stats(mspace msp) { in mspace_malloc_stats()
4800 size_t mspace_footprint(mspace msp) { in mspace_footprint()
4811 size_t mspace_max_footprint(mspace msp) { in mspace_max_footprint()
4823 struct mallinfo mspace_mallinfo(mspace msp) { in mspace_mallinfo()