Lines Matching defs:p

365 #define chunk2mem(p)   ((Void_t*)((char*)(p) + 2*SIZE_SZ))  argument
402 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->size & ~PREV_INUSE) )) argument
406 #define prev_chunk(p)\ argument
412 #define chunk_at_offset(p, s) ((mchunkptr)(((char*)(p)) + (s))) argument
423 #define inuse(p)\ argument
428 #define prev_inuse(p) ((p)->size & PREV_INUSE) argument
432 #define chunk_is_mmapped(p) ((p)->size & IS_MMAPPED) argument
436 #define set_inuse(p)\ argument
439 #define clear_inuse(p)\ argument
444 #define inuse_bit_at_offset(p, s)\ argument
447 #define set_inuse_bit_at_offset(p, s)\ argument
450 #define clear_inuse_bit_at_offset(p, s)\ argument
462 #define chunksize(p) ((p)->size & ~(SIZE_BITS)) argument
466 #define set_head_size(p, s) ((p)->size = (((p)->size & PREV_INUSE) | (s))) argument
470 #define set_head(p, s) ((p)->size = (s)) argument
474 #define set_foot(p, s) (((mchunkptr)((char*)(p) + (s)))->prev_size = (s)) argument
570 mbinptr *p = &av_[2]; in malloc_bin_reloc() local
769 static void do_check_chunk(mchunkptr p) in do_check_chunk()
790 static void do_check_free_chunk(mchunkptr p) in do_check_free_chunk()
823 static void do_check_inuse_chunk(mchunkptr p) in do_check_inuse_chunk()
855 static void do_check_malloced_chunk(mchunkptr p, INTERNAL_SIZE_T s) in do_check_malloced_chunk()
978 mchunkptr p; local
1027 static void munmap_chunk(mchunkptr p) in munmap_chunk()
1052 static mchunkptr mremap_chunk(mchunkptr p, size_t new_size) in mremap_chunk()
1551 mchunkptr p; /* chunk corresponding to mem */ local
1921 mchunkptr p; /* corresponding chunk */ local
2103 mchunkptr p; local
2274 mchunkptr p; local
2300 mchunkptr p; in malloc_update_mallinfo() local