Home
last modified time | relevance | path

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

/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2594 struct malloc_state { struct
2619 typedef struct malloc_state* mstate; argument
2647 static struct malloc_state _gm_;
5435 size_t msize = pad_request(sizeof(struct malloc_state)); in init_user_mstate()
5461 msize = pad_request(sizeof(struct malloc_state)); in create_mspace()
5480 msize = pad_request(sizeof(struct malloc_state)); in create_mspace_with_base()