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

/external/genext2fs/
H A Dgenext2fs.c329 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;
/external/eigen/unsupported/test/mpreal/
H A Ddlmalloc.c2065 typedef struct malloc_chunk mchunk; typedef in typeref:struct:malloc_chunk
2074 #define MCHUNK_SIZE (sizeof(mchunk))
/external/libffi/src/
H A Ddlmalloc.c1604 typedef struct malloc_chunk mchunk; typedef in typeref:struct:malloc_chunk
1613 #define MCHUNK_SIZE (sizeof(mchunk))
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1650 typedef struct malloc_chunk mchunk; typedef in typeref:struct:malloc_chunk
1659 #define MCHUNK_SIZE (sizeof(mchunk))

Completed in 126 milliseconds