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

  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 52 #define MALLOC_ALIGNMENT 16
  /external/dlmalloc/
malloc.c 45 However, you can define MALLOC_ALIGNMENT to be wider than this
248 MALLOC_ALIGNMENT default: (size_t)(2 * sizeof(void *))
574 #ifndef MALLOC_ALIGNMENT
575 #define MALLOC_ALIGNMENT ((size_t)16U)
617 #ifndef MALLOC_ALIGNMENT
618 #define MALLOC_ALIGNMENT ((size_t)(2 * sizeof(void *)))
619 #endif /* MALLOC_ALIGNMENT */
    [all...]
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 42 #define MALLOC_ALIGNMENT sizeof(size_t)
    [all...]

Completed in 84 milliseconds