Home
last modified time | relevance | path

Searched defs:h (Results 1 – 4 of 4) sorted by relevance

/malloc/
A Dobstack.h228 #define obstack_init(h) \ argument
233 #define obstack_begin(h, size) \ argument
248 #define obstack_chunkfun(h, newchunkfun) \ argument
251 #define obstack_freefun(h, newfreefun) \ argument
413 # define obstack_object_size(h) \ argument
416 # define obstack_room(h) \ argument
419 # define obstack_empty_p(h) \ argument
451 # define obstack_1grow(h, datum) \ argument
472 # define obstack_blank(h, length) \ argument
487 # define obstack_finish(h) \ argument
[all …]
A Dobstack.c121 # define CALL_CHUNKFUN(h, size) \ argument
126 # define CALL_FREEFUN(h, old_chunk) \ argument
144 _obstack_begin (struct obstack *h, in _obstack_begin()
191 _obstack_begin_1 (struct obstack *h, int size, int alignment, in _obstack_begin_1()
245 _obstack_newchunk (struct obstack *h, int length) in _obstack_newchunk()
322 _obstack_allocated_p (struct obstack *h, void *obj) in _obstack_allocated_p()
345 __obstack_free (struct obstack *h, void *obj) in __obstack_free()
A Darena.c487 heap_info *h; in alloc_new_heap() local
570 heap_info *h = alloc_new_heap (size, top_pad, mp_.hp_pagesize, in new_heap() local
583 grow_heap (heap_info *h, long diff) in grow_heap()
612 shrink_heap (heap_info *h, long diff) in shrink_heap()
740 heap_info *h; in _int_new_arena() local
A Dmcheck-impl.c408 mcheck_usable_size (struct hdr *h) in mcheck_usable_size()

Completed in 11 milliseconds