Miscellaneous s/chunk/extent/ updates.

This commit is contained in:
Jason Evans
2016-06-01 13:53:56 -07:00
parent a43db1c608
commit c8c3cbdf47
8 changed files with 17 additions and 19 deletions

View File

@@ -54,7 +54,7 @@ zone_size(malloc_zone_t *zone, void *ptr)
* our zone into two parts, and use one as the default allocator and
* the other as the default deallocator/reallocator. Since that will
* not work in practice, we must check all pointers to assure that they
* reside within a mapped chunk before determining size.
* reside within a mapped extent before determining size.
*/
return (ivsalloc(tsdn_fetch(), ptr));
}