Lines Matching defs:p
376 #define chunk2mem(p) ((Void_t*)((char*)(p) + 2*SIZE_SZ)) argument
413 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->size & ~PREV_INUSE) )) argument
417 #define prev_chunk(p)\ argument
423 #define chunk_at_offset(p, s) ((mchunkptr)(((char*)(p)) + (s))) argument
434 #define inuse(p)\ argument
439 #define prev_inuse(p) ((p)->size & PREV_INUSE) argument
443 #define chunk_is_mmapped(p) ((p)->size & IS_MMAPPED) argument
447 #define set_inuse(p)\ argument
450 #define clear_inuse(p)\ argument
455 #define inuse_bit_at_offset(p, s)\ argument
458 #define set_inuse_bit_at_offset(p, s)\ argument
461 #define clear_inuse_bit_at_offset(p, s)\ argument
473 #define chunksize(p) ((p)->size & ~(SIZE_BITS)) argument
477 #define set_head_size(p, s) ((p)->size = (((p)->size & PREV_INUSE) | (s))) argument
481 #define set_head(p, s) ((p)->size = (s)) argument
485 #define set_foot(p, s) (((mchunkptr)((char*)(p) + (s)))->prev_size = (s)) argument
581 mbinptr *p = &av_[2]; in malloc_bin_reloc() local
783 static void do_check_chunk(mchunkptr p) in do_check_chunk()
804 static void do_check_free_chunk(mchunkptr p) in do_check_free_chunk()
837 static void do_check_inuse_chunk(mchunkptr p) in do_check_inuse_chunk()
869 static void do_check_malloced_chunk(mchunkptr p, INTERNAL_SIZE_T s) in do_check_malloced_chunk()
992 mchunkptr p; local
1041 static void munmap_chunk(mchunkptr p) in munmap_chunk()
1066 static mchunkptr mremap_chunk(mchunkptr p, size_t new_size) in mremap_chunk()
1578 mchunkptr p; /* chunk corresponding to mem */ local
1964 mchunkptr p; /* corresponding chunk */ local
2149 mchunkptr p; local
2321 mchunkptr p; local
2347 mchunkptr p; in malloc_update_mallinfo() local