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

/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c190 static malloc_zone_t *emacs_zone; variable
465 emacs_zone->introspect->enumerator (mach_task_self(), 0,
467 (vm_address_t) emacs_zone,
1313 emacs_zone = malloc_create_zone (0, 0);
1314 malloc_set_zone_name (emacs_zone, "EmacsZone");
1367 malloc_zone_malloc (emacs_zone, size + sizeof (unexec_malloc_header_t));
1407 malloc_zone_realloc (emacs_zone, (unexec_malloc_header_t *) old_ptr - 1,
1427 malloc_zone_free (emacs_zone, (unexec_malloc_header_t *) ptr - 1);
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c190 static malloc_zone_t *emacs_zone; variable
465 emacs_zone->introspect->enumerator (mach_task_self(), 0,
467 (vm_address_t) emacs_zone,
1313 emacs_zone = malloc_create_zone (0, 0);
1314 malloc_set_zone_name (emacs_zone, "EmacsZone");
1367 malloc_zone_malloc (emacs_zone, size + sizeof (unexec_malloc_header_t));
1407 malloc_zone_realloc (emacs_zone, (unexec_malloc_header_t *) old_ptr - 1,
1427 malloc_zone_free (emacs_zone, (unexec_malloc_header_t *) ptr - 1);

Completed in 121 milliseconds