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

  /bionic/libc/bionic/
malloc_debug_common.c 284 /* Make sure we have MALLOC_ALIGNMENT that matches the one that is
288 #ifndef MALLOC_ALIGNMENT
289 #define MALLOC_ALIGNMENT ((size_t)8U)
290 #endif /* MALLOC_ALIGNMENT */
389 if (memcheck_initialize(MALLOC_ALIGNMENT, memcheck_tracing)) {
malloc_debug_leak.c 80 #define MALLOC_ALIGNMENT 8
607 if (alignment <= MALLOC_ALIGNMENT)
614 // here, aligment is at least MALLOC_ALIGNMENT<<1 bytes
615 // we will align by at least MALLOC_ALIGNMENT bytes
616 // and at most alignment-MALLOC_ALIGNMENT bytes
617 size_t size = (alignment-MALLOC_ALIGNMENT) + bytes;
dlmalloc.c 73 However, you can define MALLOC_ALIGNMENT to be wider than this
239 MALLOC_ALIGNMENT default: (size_t)8
514 #ifndef MALLOC_ALIGNMENT
515 #define MALLOC_ALIGNMENT ((size_t)8U)
516 #endif /* MALLOC_ALIGNMENT */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 82 However, you can define MALLOC_ALIGNMENT to be wider than this
248 MALLOC_ALIGNMENT default: (size_t)8
524 #ifndef MALLOC_ALIGNMENT
525 #define MALLOC_ALIGNMENT ((size_t)8U)
526 #endif /* MALLOC_ALIGNMENT */
    [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
487 #ifndef MALLOC_ALIGNMENT
488 #define MALLOC_ALIGNMENT ((size_t)8U)
489 #endif /* MALLOC_ALIGNMENT */
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 45 milliseconds