Home
last modified time | relevance | path

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

/lk-master/external/lib/heap/dlmalloc/include/lib/
A Ddlmalloc.h533 typedef void* mspace; typedef
554 size_t destroy_mspace(mspace msp);
585 struct mallinfo mspace_mallinfo(mspace msp);
597 void* mspace_malloc(mspace msp, size_t bytes);
598 void mspace_free(mspace msp, void* mem);
609 void mspace_malloc_stats(mspace msp);
610 int mspace_trim(mspace msp, size_t pad);
611 size_t mspace_footprint(mspace msp);
612 size_t mspace_max_footprint(mspace msp);
613 size_t mspace_footprint_limit(mspace msp);
[all …]
/lk-master/external/lib/heap/dlmalloc/
A Ddlmalloc.c1298 typedef void* mspace; typedef
5491 return (mspace)m; in create_mspace()
5505 return (mspace)m; in create_mspace_with_base()
5525 size_t destroy_mspace(mspace msp) { in destroy_mspace()
5667 void mspace_free(mspace msp, void* mem) { in mspace_free()
5902 void mspace_inspect_all(mspace msp, in mspace_inspect_all()
5921 int mspace_trim(mspace msp, size_t pad) { in mspace_trim()
5937 void mspace_malloc_stats(mspace msp) { in mspace_malloc_stats()
5948 size_t mspace_footprint(mspace msp) { in mspace_footprint()
5960 size_t mspace_max_footprint(mspace msp) { in mspace_max_footprint()
[all …]

Completed in 16 milliseconds