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

  /bionic/libc/bionic/
dlmalloc.c 311 MALLOC_FAILURE_ACTION default: sets errno to ENOMEM, or no-op on win32
485 #define MALLOC_FAILURE_ACTION
551 #ifndef MALLOC_FAILURE_ACTION
552 #define MALLOC_FAILURE_ACTION errno = ENOMEM;
553 #endif /* MALLOC_FAILURE_ACTION */
    [all...]
  /external/libffi/src/
dlmalloc.c 284 MALLOC_FAILURE_ACTION default: sets errno to ENOMEM, or no-op on win32
458 #define MALLOC_FAILURE_ACTION
521 #ifndef MALLOC_FAILURE_ACTION
522 #define MALLOC_FAILURE_ACTION errno = ENOMEM;
523 #endif /* MALLOC_FAILURE_ACTION */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 320 MALLOC_FAILURE_ACTION default: sets errno to ENOMEM, or no-op on win32
495 #define MALLOC_FAILURE_ACTION
558 #ifndef MALLOC_FAILURE_ACTION
559 #define MALLOC_FAILURE_ACTION errno = ENOMEM;
560 #endif /* MALLOC_FAILURE_ACTION */
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 141 milliseconds