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

  /toolchain/binutils/binutils-2.25/gas/
sb.c 49 go over the current allocation. MALLOC_OVERHEAD is a guess at the
52 #define MALLOC_OVERHEAD (2 * sizeof (size_t))
53 #define INIT_ALLOC (64 - MALLOC_OVERHEAD - 1)
135 want += MALLOC_OVERHEAD + 1;
148 max -= MALLOC_OVERHEAD + 1;
  /external/elfutils/libebl/
eblstrtab.c 87 #define MALLOC_OVERHEAD (2 * sizeof (void *))
96 assert (sizeof (struct memoryblock) < ps - MALLOC_OVERHEAD);
120 len += overhead + MALLOC_OVERHEAD;
123 len = ((len / ps) + (len % ps != 0)) * ps - MALLOC_OVERHEAD;

Completed in 210 milliseconds