HomeSort by relevance Sort by last modified time
    Searched refs:mallopt (Results 26 - 35 of 35) sorted by null

12

  /bionic/libc/malloc_debug/
malloc_debug.cpp 774 return g_dispatch->mallopt(param, value);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
sysmodule.c 681 mallopt(M_DEBUG, flag);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
sysmodule.c 677 mallopt(M_DEBUG, flag);
    [all...]
  /external/python/cpython2/Python/
sysmodule.c 681 mallopt(M_DEBUG, flag);
    [all...]
  /external/u-boot/common/
dlmalloc.src 66 mallopt(int parameter_number, int parameter_value)
209 These values may also be changed dynamically via mallopt(). The
607 /* SVID2/XPG mallopt options */
616 /* mallopt options that actually do something */
778 in mallopt will fail.
858 #define mALLOPt __libc_mallopt
869 #pragma weak mallopt = __libc_mallopt
882 #define mALLOPt dlmallopt
892 #define mALLOPt mallopt
    [all...]
  /external/python/cpython3/Python/
sysmodule.c     [all...]
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 142 mallopt,
    [all...]
  /external/dlmalloc/
malloc.c 450 Also settable using mallopt(M_GRANULARITY, x)
463 Also settable using mallopt(M_TRIM_THRESHOLD, x)
486 Also settable using mallopt(M_MMAP_THRESHOLD, x)
    [all...]
  /external/libffi/src/
dlmalloc.c 380 Also settable using mallopt(M_GRANULARITY, x)
393 Also settable using mallopt(M_TRIM_THRESHOLD, x)
416 Also settable using mallopt(M_MMAP_THRESHOLD, x)
584 mallopt tuning options. SVID/XPG defines four standard parameter
585 numbers for mallopt, normally defined in malloc.h. None of these
661 #define dlmallopt mallopt
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
dlmalloc.c 380 Also settable using mallopt(M_GRANULARITY, x)
393 Also settable using mallopt(M_TRIM_THRESHOLD, x)
416 Also settable using mallopt(M_MMAP_THRESHOLD, x)
589 mallopt tuning options. SVID/XPG defines four standard parameter
590 numbers for mallopt, normally defined in malloc.h. None of these
666 #define dlmallopt mallopt
    [all...]

Completed in 976 milliseconds

12