HomeSort by relevance Sort by last modified time
    Searched refs:MALLOC_ALIGNMENT (Results 1 - 6 of 6) 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...]
  /external/libffi/src/
dlmalloc.c 46 However, you can define MALLOC_ALIGNMENT to be wider than this
212 MALLOC_ALIGNMENT default: (size_t)8
495 #ifndef MALLOC_ALIGNMENT
496 #define MALLOC_ALIGNMENT ((size_t)8U)
497 #endif /* MALLOC_ALIGNMENT */
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
dlmalloc.c 46 However, you can define MALLOC_ALIGNMENT to be wider than this
212 MALLOC_ALIGNMENT default: (size_t)8
500 #ifndef MALLOC_ALIGNMENT
501 #define MALLOC_ALIGNMENT ((size_t)8U)
502 #endif /* MALLOC_ALIGNMENT */
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/
dlmalloc.c 46 However, you can define MALLOC_ALIGNMENT to be wider than this
212 MALLOC_ALIGNMENT default: (size_t)8
500 #ifndef MALLOC_ALIGNMENT
501 #define MALLOC_ALIGNMENT ((size_t)8U)
502 #endif /* MALLOC_ALIGNMENT */
    [all...]

Completed in 271 milliseconds