OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:to_alloc
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/test/perf/ustrperf/
stringperf.cpp
40
int
to_alloc
= loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN);
local
41
catICU = new UnicodeString(
to_alloc
,'a',0);
stringperf.h
73
int
to_alloc
= loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN);
local
74
catICU = new UnicodeString(
to_alloc
,'a',0);
/external/libevent/
buffer.c
159
size_t
to_alloc
;
local
168
to_alloc
= MIN_BUFFER_SIZE;
169
while (
to_alloc
< size) {
170
to_alloc
<<= 1;
173
to_alloc
= size;
177
if ((chain = mm_malloc(
to_alloc
)) == NULL)
182
chain->buffer_len =
to_alloc
- EVBUFFER_CHAIN_SIZE;
1549
size_t remain,
to_alloc
;
local
[
all
...]
Completed in 572 milliseconds