OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tcaches
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/src/
tcache.c
16
tcaches_t *
tcaches
;
variable
18
/* Index of first element within
tcaches
that has never been used. */
21
/* Head of singly linked list tracking available
tcaches
elements. */
257
/* Link into list of extant
tcaches
. */
278
/* Unlink from list of extant
tcaches
. */
448
if (
tcaches
== NULL) {
449
tcaches
= base_alloc(sizeof(tcache_t *) *
451
if (
tcaches
== NULL)
465
*r_ind = (unsigned)(elm -
tcaches
);
467
elm = &
tcaches
[tcaches_past]
[
all
...]
/external/jemalloc/include/jemalloc/internal/
private_namespace.h
495
#define
tcaches
JEMALLOC_N(
tcaches
)
macro
private_unnamespace.h
495
#undef
tcaches
macro
Completed in 157 milliseconds