HomeSort by relevance Sort by last modified time
    Searched full:buddy (Results 1 - 8 of 8) sorted by null

  /bionic/linker/
ba.c 64 int buddy, curr = index; local
68 /* find a slots buddy Buddy# = Slot# ^ (1 << order)
69 * if the buddy is also free merge them
70 * repeat until the buddy is not free or end of the bitmap is reached
73 buddy = BA_BUDDY_INDEX(curr);
74 if (BA_IS_FREE(buddy) &&
75 BA_ORDER(buddy) == BA_ORDER(curr)) {
76 BA_ORDER(buddy)++;
78 curr = min(buddy, curr)
139 int buddy; local
    [all...]
linker.h 98 // buddy-allocator index, negative for prelinked libraries
linker.c 98 /* Set up for the buddy allocator managing the non-prelinked libraries. */
848 for it from the buddy allocator, which manages the area between
855 "through buddy allocator.\n",
    [all...]
  /external/kernel-headers/original/linux/
mmzone.h 19 /* Free memory management - zoned buddy allocator. */
73 int batch; /* chunk size for buddy add/remove */
mm.h 237 * indicates order in the buddy
351 * freelist management in the buddy allocator.
    [all...]
  /external/bluetooth/glib/docs/reference/
ChangeLog     [all...]
  /external/bluetooth/glib/gio/
ChangeLog     [all...]
  /external/srec/config/en.us/dictionary/
large.ok     [all...]

Completed in 155 milliseconds