Home
last modified time | relevance | path

Searched defs:q (Results 1 – 2 of 2) sorted by relevance

/trusty/user/app/storage/
Dblock_allocator.c70 static bool block_allocator_queue_empty(struct block_allocator_queue* q) { in block_allocator_queue_empty()
84 struct block_allocator_queue* q) { in block_allocator_queue_count()
96 static int block_allocator_queue_find(struct block_allocator_queue* q, in block_allocator_queue_find()
121 static void block_allocator_queue_add_removed(struct block_allocator_queue* q) { in block_allocator_queue_add_removed()
136 static void block_allocator_queue_add(struct block_allocator_queue* q, in block_allocator_queue_add()
184 struct block_allocator_queue* q) { in block_allocator_queue_peek_head()
196 struct block_allocator_queue* q, in block_allocator_queue_remove_head()
212 struct block_allocator_queue* q, in block_allocator_queue_find_free_block()
/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c3384 mchunkptr q; in do_check_smallbin() local
3441 mchunkptr q = align_as_chunk(s->base); in traverse_and_check() local
3510 mchunkptr q = align_as_chunk(s->base); in internal_mallinfo() local
3554 mchunkptr q = align_as_chunk(s->base); in internal_malloc_stats() local
3957 mchunkptr q = chunk_plus_offset(p, nb); in prepend_alloc() local
4036 mchunkptr q = (mchunkptr)old_top; in add_segment() local
5178 mchunkptr q = align_as_chunk(s->base); in internal_inspect_all() local