OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_SIZE_T
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/bionic/
malloc_debug_common.h
46
#define
MAX_SIZE_T
(~(size_t)0)
dlmalloc.c
436
disable trimming completely, you can set to
MAX_SIZE_T
. Note that the trick
464
disable mmap by setting to
MAX_SIZE_T
.
502
#define
MAX_SIZE_T
(~(size_t)0)
582
#define DEFAULT_TRIM_THRESHOLD
MAX_SIZE_T
589
#define DEFAULT_MMAP_THRESHOLD
MAX_SIZE_T
[
all
...]
/external/astl/src/
string.cpp
37
#ifndef
MAX_SIZE_T
38
#define
MAX_SIZE_T
(~(size_t)0)
/external/libffi/src/
dlmalloc.c
409
disable trimming completely, you can set to
MAX_SIZE_T
. Note that the trick
437
disable mmap by setting to
MAX_SIZE_T
.
475
#define
MAX_SIZE_T
(~(size_t)0)
552
#define DEFAULT_TRIM_THRESHOLD
MAX_SIZE_T
559
#define DEFAULT_MMAP_THRESHOLD
MAX_SIZE_T
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c
445
disable trimming completely, you can set to
MAX_SIZE_T
. Note that the trick
473
disable mmap by setting to
MAX_SIZE_T
.
512
#define
MAX_SIZE_T
(~(size_t)0)
589
#define DEFAULT_TRIM_THRESHOLD
MAX_SIZE_T
596
#define DEFAULT_MMAP_THRESHOLD
MAX_SIZE_T
[
all
...]
Completed in 1430 milliseconds