Lines Matching defs:p

362 #define chunk2mem(p)   ((Void_t*)((char*)(p) + 2*SIZE_SZ))  argument
399 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->size & ~PREV_INUSE) )) argument
403 #define prev_chunk(p)\ argument
409 #define chunk_at_offset(p, s) ((mchunkptr)(((char*)(p)) + (s))) argument
420 #define inuse(p)\ argument
425 #define prev_inuse(p) ((p)->size & PREV_INUSE) argument
429 #define chunk_is_mmapped(p) ((p)->size & IS_MMAPPED) argument
433 #define set_inuse(p)\ argument
436 #define clear_inuse(p)\ argument
441 #define inuse_bit_at_offset(p, s)\ argument
444 #define set_inuse_bit_at_offset(p, s)\ argument
447 #define clear_inuse_bit_at_offset(p, s)\ argument
459 #define chunksize(p) ((p)->size & ~(SIZE_BITS)) argument
463 #define set_head_size(p, s) ((p)->size = (((p)->size & PREV_INUSE) | (s))) argument
467 #define set_head(p, s) ((p)->size = (s)) argument
471 #define set_foot(p, s) (((mchunkptr)((char*)(p) + (s)))->prev_size = (s)) argument
567 mbinptr *p = &av_[2]; in malloc_bin_reloc() local
729 static void do_check_chunk(mchunkptr p) in do_check_chunk()
750 static void do_check_free_chunk(mchunkptr p) in do_check_free_chunk()
783 static void do_check_inuse_chunk(mchunkptr p) in do_check_inuse_chunk()
815 static void do_check_malloced_chunk(mchunkptr p, INTERNAL_SIZE_T s) in do_check_malloced_chunk()
938 mchunkptr p; local
987 static void munmap_chunk(mchunkptr p) in munmap_chunk()
1012 static mchunkptr mremap_chunk(mchunkptr p, size_t new_size) in mremap_chunk()
1514 mchunkptr p; /* chunk corresponding to mem */ local
1884 mchunkptr p; /* corresponding chunk */ local
2060 mchunkptr p; local
2231 mchunkptr p; local
2257 mchunkptr p; in malloc_update_mallinfo() local