Searched refs:unexec_malloc_header_t (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/emacs-93/emacs/src/
H A Dunexmacosx.c1330 } unexec_malloc_header_t; typedef in typeref:struct:unexec_malloc_header
1368 unexec_malloc_header_t *ptr;
1370 ptr = (unexec_malloc_header_t *)
1371 malloc_zone_malloc (emacs_zone, size + sizeof (unexec_malloc_header_t));
1390 size_t old_size = ((unexec_malloc_header_t *) old_ptr)[-1].u.size;
1408 unexec_malloc_header_t *ptr;
1410 ptr = (unexec_malloc_header_t *)
1411 malloc_zone_realloc (emacs_zone, (unexec_malloc_header_t *) old_ptr - 1,
1412 new_size + sizeof (unexec_malloc_header_t));
1431 malloc_zone_free (emacs_zone, (unexec_malloc_header_t *) pt
[all...]
/macosx-10.10/emacs-93/
H A Dunexmacosx.c1330 } unexec_malloc_header_t; typedef in typeref:struct:unexec_malloc_header
1368 unexec_malloc_header_t *ptr;
1370 ptr = (unexec_malloc_header_t *)
1371 malloc_zone_malloc (emacs_zone, size + sizeof (unexec_malloc_header_t));
1390 size_t old_size = ((unexec_malloc_header_t *) old_ptr)[-1].u.size;
1408 unexec_malloc_header_t *ptr;
1410 ptr = (unexec_malloc_header_t *)
1411 malloc_zone_realloc (emacs_zone, (unexec_malloc_header_t *) old_ptr - 1,
1412 new_size + sizeof (unexec_malloc_header_t));
1431 malloc_zone_free (emacs_zone, (unexec_malloc_header_t *) pt
[all...]

Completed in 112 milliseconds