HomeSort by relevance Sort by last modified time
    Searched refs:__malloc_head (Results 1 - 4 of 4) sorted by null

  /external/syslinux/dos/
malloc.c 11 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.next_free = __malloc_head.prev_free = fp
    [all...]
free.c 33 ah->next_free = __malloc_head.next_free;
34 ah->prev_free = &__malloc_head;
35 __malloc_head.next_free = ah;
malloc.h 54 extern struct free_arena_header __malloc_head;
  /external/syslinux/com32/lib/
malloc.h 54 extern struct free_arena_header __malloc_head;

Completed in 66 milliseconds