OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldind
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/src/
ctl.c
1307
unsigned newind,
oldind
;
local
[
all
...]
jemalloc.c
466
arena_migrate(tsd_t *tsd, unsigned
oldind
, unsigned newind)
470
oldarena = arena_get(
oldind
, false);
[
all
...]
/external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h
471
void arena_migrate(tsd_t *tsd, unsigned
oldind
, unsigned newind);
Completed in 3108 milliseconds