OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lowmark
(Results
1 - 7
of
7
) sorted by null
/external/chromium/third_party/libevent/
evbuffer.c
425
size_t
lowmark
, size_t highmark)
428
bufev->wm_read.low =
lowmark
;
433
bufev->wm_write.low =
lowmark
;
event.h
957
@param
lowmark
the lower watermark to set
962
size_t
lowmark
, size_t highmark);
[
all
...]
/external/chromium_org/third_party/libevent/
evbuffer.c
425
size_t
lowmark
, size_t highmark)
428
bufev->wm_read.low =
lowmark
;
433
bufev->wm_write.low =
lowmark
;
event.h
957
@param
lowmark
the lower watermark to set
962
size_t
lowmark
, size_t highmark);
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.cc
247
const int
lowmark
= list->lowwatermark();
local
248
if (
lowmark
> 0) {
249
const int drop = (
lowmark
> 1) ?
lowmark
/2 : 1;
/external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.cc
253
const int
lowmark
= list->lowwatermark();
local
254
if (
lowmark
> 0) {
255
const int drop = (
lowmark
> 1) ?
lowmark
/2 : 1;
/external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp
[
all
...]
Completed in 323 milliseconds