Home
last modified time | relevance | path

Searched refs:p1 (Results 1 – 2 of 2) sorted by relevance

/malloc/
A Dtst-mxfast.c31 char *volatile p1; in do_test() local
35 p1 = malloc (3); in do_test()
38 free (p1); in do_test()
A Darena.c485 char *p1, *p2; in alloc_new_heap() local
518 p1 = (char *) MMAP (0, max_size << 1, PROT_NONE, mmap_flags); in alloc_new_heap()
519 if (p1 != MAP_FAILED) in alloc_new_heap()
521 p2 = (char *) (((unsigned long) p1 + (max_size - 1)) in alloc_new_heap()
523 ul = p2 - p1; in alloc_new_heap()
525 __munmap (p1, ul); in alloc_new_heap()

Completed in 6 milliseconds