Searched defs:msp (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dmspace.c2121 mchunkptr msp = align_as_chunk(tbase); local in function:init_user_mstate
2157 void* mspace_malloc(mspace msp, size_t bytes) { argument
2271 void mspace_free(mspace msp, void* mem) { argument
2352 void* mspace_calloc(mspace msp, size_t n_elements, size_t elem_size) { argument
2372 void* mspace_realloc(mspace msp, voi argument
2396 mspace_memalign(mspace msp,size_t alignment,size_t bytes) argument
2405 mspace_malloc_stats_return(mspace msp,size_t * ret_maxfp,size_t * ret_fp,size_t * ret_used) argument
2419 mspace_malloc_stats(mspace msp) argument
2423 mspace_footprint(mspace msp) argument
2434 mspace_max_footprint(mspace msp) argument
2446 mspace_mallinfo(mspace msp) argument
[all...]

Completed in 6 milliseconds