OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alloc_chunk
(Results
1 - 2
of
2
) sorted by null
/external/pcre/dist/sljit/
sljitExecAllocator.c
36
Memory is allocated in continuous memory areas called chunks by
alloc_chunk
()
72
alloc_chunk
/ free_chunk :
84
static SLJIT_INLINE void*
alloc_chunk
(sljit_uw size)
function
97
static SLJIT_INLINE void*
alloc_chunk
(sljit_uw size)
function
213
header = (struct block_header*)
alloc_chunk
(chunk_size);
/external/fio/t/
dedupe.c
182
static struct chunk *
alloc_chunk
(void)
function
229
c =
alloc_chunk
();
Completed in 623 milliseconds