Lines Matching refs:mem
55 char *mem = (char *) malloc (nplus);
57 if (mem != NULL)
59 uintptr_t umem = (uintptr_t)mem, umemplus;
66 void *vp = mem + offset;
68 /* Here p >= mem + sizeof (small_t),
69 and p <= mem + sizeof (small_t) + 2 * sa_alignment_max - 1
70 hence p + n <= mem + nplus.
72 [mem, mem + nplus). */
102 void *mem = (char *) p - ((small_t *) p)[-1];
103 free (mem);