Searched refs:__malloc_head (Results 1 - 4 of 4) sorted by relevance

/external/syslinux/dos/
H A Dmalloc.c11 struct free_arena_header __malloc_head = { variable in typeref:struct:free_arena_header
15 &__malloc_head,
16 &__malloc_head,
18 &__malloc_head,
19 &__malloc_head
34 fp->a.next = fp->a.prev = &__malloc_head;
35 fp->next_free = fp->prev_free = &__malloc_head;
36 __malloc_head.a.next = __malloc_head.a.prev = fp;
37 __malloc_head
[all...]
H A Dfree.c33 ah->next_free = __malloc_head.next_free;
34 ah->prev_free = &__malloc_head;
35 __malloc_head.next_free = ah;
H A Dmalloc.h54 extern struct free_arena_header __malloc_head;
/external/syslinux/com32/lib/
H A Dmalloc.h54 extern struct free_arena_header __malloc_head;

Completed in 140 milliseconds