OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alloc_cache
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc
122
allocator()->InitCache(&proc->
alloc_cache
);
127
allocator()->DestroyCache(&proc->
alloc_cache
);
152
void *p = allocator()->Allocate(&thr->proc()->
alloc_cache
, sz, align);
175
allocator()->Deallocate(&thr->proc()->
alloc_cache
, p);
299
allocator()->SwallowCache(&thr->proc()->
alloc_cache
);
tsan_rtl.h
339
AllocatorCache
alloc_cache
;
member in struct:__tsan::Processor
/external/e2fsprogs/lib/ext2fs/
unix_io.c
390
static errcode_t
alloc_cache
(io_channel channel,
function
656
if ((retval =
alloc_cache
(io, data)))
824
if ((retval =
alloc_cache
(channel, data)))
Completed in 99 milliseconds