Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c2026 struct malloc_state { struct
2047 typedef struct malloc_state* mstate; argument
2069 static struct malloc_state _gm_;
4444 size_t msize = pad_request(sizeof(struct malloc_state)); in init_user_mstate()
4465 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace()
4484 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace_with_base()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2536 struct malloc_state { struct
2561 typedef struct malloc_state* mstate; argument
2589 static struct malloc_state _gm_;
5055 size_t msize = pad_request(sizeof(struct malloc_state)); in mstar_init_user_mstate()
5081 msize = pad_request(sizeof(struct malloc_state)); in mstar_create_mspace()
5100 msize = pad_request(sizeof(struct malloc_state)); in mstar_create_mspace_with_base()