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

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1871 list headed by an embedded malloc_segment record representing the
1924 struct malloc_segment { struct
1927 struct malloc_segment* next; /* ptr to next segment */
1934 typedef struct malloc_segment msegment;
1935 typedef struct malloc_segment* msegmentptr;
1989 A list of segments headed by an embedded malloc_segment record
2141 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
3321 size_t ssize = pad_request(sizeof(struct malloc_segment));

Completed in 211 milliseconds