Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1928 struct malloc_segment { struct
1931 struct malloc_segment* next; /* ptr to next segment */ argument
1938 typedef struct malloc_segment msegment; argument
1939 typedef struct malloc_segment* msegmentptr;
2145 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
3335 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2429 struct malloc_segment { struct
2432 struct malloc_segment* next; /* ptr to next segment */ argument
2439 typedef struct malloc_segment msegment; argument
2440 typedef struct malloc_segment* msegmentptr;
2680 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
3917 size_t ssize = pad_request(sizeof(struct malloc_segment)); in add_segment()