OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_TRIM_THRESHOLD
(Results
1 - 7
of
7
) sorted by null
/external/libffi/src/
closures.c
86
#define
DEFAULT_TRIM_THRESHOLD
((size_t)malloc_getpagesize)
dlmalloc.c
392
DEFAULT_TRIM_THRESHOLD
default: 2MB
548
#ifndef
DEFAULT_TRIM_THRESHOLD
550
#define
DEFAULT_TRIM_THRESHOLD
((size_t)2U * (size_t)1024U * (size_t)1024U)
552
#define
DEFAULT_TRIM_THRESHOLD
MAX_SIZE_T
554
#endif /*
DEFAULT_TRIM_THRESHOLD
*/
[
all
...]
/bionic/libc/upstream-dlmalloc/
malloc.c
462
DEFAULT_TRIM_THRESHOLD
default: 2MB
678
#ifndef
DEFAULT_TRIM_THRESHOLD
680
#define
DEFAULT_TRIM_THRESHOLD
((size_t)2U * (size_t)1024U * (size_t)1024U)
682
#define
DEFAULT_TRIM_THRESHOLD
MAX_SIZE_T
684
#endif /*
DEFAULT_TRIM_THRESHOLD
*/
[
all
...]
/external/eigen/unsupported/test/mpreal/
dlmalloc.c
421
DEFAULT_TRIM_THRESHOLD
default: 2MB
627
#ifndef
DEFAULT_TRIM_THRESHOLD
629
#define
DEFAULT_TRIM_THRESHOLD
((size_t)2U * (size_t)1024U * (size_t)1024U)
631
#define
DEFAULT_TRIM_THRESHOLD
MAX_SIZE_T
633
#endif /*
DEFAULT_TRIM_THRESHOLD
*/
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c
428
DEFAULT_TRIM_THRESHOLD
default: 2MB
585
#ifndef
DEFAULT_TRIM_THRESHOLD
587
#define
DEFAULT_TRIM_THRESHOLD
((size_t)2U * (size_t)1024U * (size_t)1024U)
589
#define
DEFAULT_TRIM_THRESHOLD
MAX_SIZE_T
591
#endif /*
DEFAULT_TRIM_THRESHOLD
*/
[
all
...]
/external/chromium_org/v8/test/mjsunit/
unicode-test.js
[
all
...]
/external/v8/test/mjsunit/
unicode-test.js
[
all
...]
Completed in 412 milliseconds