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

  /external/genext2fs/
genext2fs.c 329 size_t const mchunk = 512; // number of extra bytes to malloc local
377 i = ((m + (rchunk + 1 > mchunk ? rchunk + 1 : mchunk) +
378 mchunk - 1) / mchunk) * mchunk;
    [all...]
  /bionic/libc/bionic/
dlmalloc.c 1717 typedef struct malloc_chunk mchunk; typedef in typeref:struct:malloc_chunk
    [all...]
  /external/libffi/src/
dlmalloc.c 1604 typedef struct malloc_chunk mchunk; typedef in typeref:struct:malloc_chunk
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 1650 typedef struct malloc_chunk mchunk; typedef in typeref:struct:malloc_chunk
    [all...]

Completed in 28 milliseconds