OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MADV_FREE
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
TCSystemAlloc.cpp
172
#elif HAVE(
MADV_FREE
) || HAVE(MADV_DONTNEED)
176
//
MADV_FREE
clears the modified bit on pages, which allows
178
#if HAVE(
MADV_FREE
)
179
const int advice =
MADV_FREE
;
PageAllocator.cpp
44
#ifndef
MADV_FREE
45
#define
MADV_FREE
MADV_DONTNEED
272
int ret = madvise(addr, len,
MADV_FREE
);
/external/chromium_org/third_party/tcmalloc/vendor/src/
system-alloc.cc
64
//
MADV_FREE
is specifically designed for use by malloc(), but only
67
#if !defined(
MADV_FREE
) && defined(MADV_DONTNEED)
68
# define
MADV_FREE
MADV_DONTNEED
117
#if defined(HAVE_MMAP) || defined(
MADV_FREE
)
497
#ifdef
MADV_FREE
499
// It's not safe to use
MADV_FREE
/MADV_DONTNEED if we've been
524
MADV_FREE
) == -1 &&
/external/chromium_org/third_party/tcmalloc/chromium/src/
system-alloc.cc
64
//
MADV_FREE
is specifically designed for use by malloc(), but only
67
#if !defined(
MADV_FREE
) && defined(MADV_DONTNEED)
68
# define
MADV_FREE
MADV_DONTNEED
251
#if defined(HAVE_MMAP) || defined(
MADV_FREE
)
656
#ifdef
MADV_FREE
658
// It's not safe to use
MADV_FREE
/MADV_DONTNEED if we've been
683
MADV_FREE
) == -1 &&
/external/chromium_org/third_party/jemalloc/chromium/
jemalloc.c
313
#ifndef
MADV_FREE
314
# define
MADV_FREE
MADV_DONTNEED
986
* dirty, and for which madvise(...
MADV_FREE
) has not been called. By
[
all
...]
/external/chromium_org/third_party/jemalloc/vendor/
jemalloc.c
306
#ifndef
MADV_FREE
307
# define
MADV_FREE
MADV_DONTNEED
979
* dirty, and for which madvise(...
MADV_FREE
) has not been called. By
[
all
...]
Completed in 211 milliseconds