MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vm_map_entry_dispose

Function vm_map_entry_dispose

freebsd/vm/vm_map.c:957–961  ·  view source on GitHub ↗

* vm_map_entry_dispose: [ internal use only ] * * Inverse of vm_map_entry_create. */

Source from the content-addressed store, hash-verified

955 * Inverse of vm_map_entry_create.
956 */
957static void
958vm_map_entry_dispose(vm_map_t map, vm_map_entry_t entry)
959{
960 uma_zfree(map->system_map ? kmapentzone : mapentzone, entry);
961}
962
963/*
964 * vm_map_entry_create: [ internal use only ]

Callers 1

Calls 1

uma_zfreeFunction · 0.70

Tested by

no test coverage detected