OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cache_alloc
(Results
1 - 2
of
2
) sorted by null
/external/squashfs-tools/squashfs-tools/
caches-queues-lists.c
376
static struct file_buffer *
cache_alloc
(struct cache *cache)
function
405
entry =
cache_alloc
(cache);
411
entry =
cache_alloc
(cache);
543
entry =
cache_alloc
(cache);
/toolchain/binutils/binutils-2.25/binutils/
wrstabs.c
845
results in CACHE and
CACHE_ALLOC
. */
849
unsigned int size, long **cache, size_t *
cache_alloc
)
877
if ((size_t) targindex >= *
cache_alloc
)
881
alloc = *
cache_alloc
;
887
memset (*cache + *
cache_alloc
, 0,
888
(alloc - *
cache_alloc
) * sizeof (long));
889
*
cache_alloc
= alloc;
[
all
...]
Completed in 186 milliseconds