Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c2074 struct malloc_state { struct
2095 typedef struct malloc_state* mstate; argument
2117 static struct malloc_state _gm_;
4474 size_t msize = pad_request(sizeof(struct malloc_state)); in init_user_mstate()
4495 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace()
4514 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace_with_base()
/external/libffi/src/
Ddlmalloc.c2069 struct malloc_state { struct
2090 typedef struct malloc_state* mstate; argument
2112 static struct malloc_state _gm_;
4469 size_t msize = pad_request(sizeof(struct malloc_state)); in init_user_mstate()
4490 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace()
4509 size_t msize = pad_request(sizeof(struct malloc_state)); in create_mspace_with_base()
/external/dlmalloc/
Dmalloc.c2579 struct malloc_state { struct
2604 typedef struct malloc_state* mstate; argument
2632 static struct malloc_state _gm_;
5438 size_t msize = pad_request(sizeof(struct malloc_state)); in init_user_mstate()
5464 msize = pad_request(sizeof(struct malloc_state)); in create_mspace()
5483 msize = pad_request(sizeof(struct malloc_state)); in create_mspace_with_base()