From owner-freebsd-hackers@FreeBSD.ORG Wed Mar 4 16:29:40 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 602D11065673 for ; Wed, 4 Mar 2009 16:29:40 +0000 (UTC) (envelope-from bsd.quest@googlemail.com) Received: from mail-ew0-f166.google.com (mail-ew0-f166.google.com [209.85.219.166]) by mx1.freebsd.org (Postfix) with ESMTP id E85B58FC2A for ; Wed, 4 Mar 2009 16:29:39 +0000 (UTC) (envelope-from bsd.quest@googlemail.com) Received: by ewy10 with SMTP id 10so2433732ewy.43 for ; Wed, 04 Mar 2009 08:29:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=7z4igRC0bGkSyJXhoMfa6hqwrKyehlvDbvTj4OTMSk4=; b=h6A1RYkK2UZgOCY4jnOY87Qx4G6vc79IxaPvzjc5aYpNwa00QfnZl4+cGL64MO06lc Nfm2YzZNKYtkHWjS8oLXpPJalpO/I8MX/LQKg31nx/TSm3U52vYEv6XHMh5U/LQ31L1K MTPHshgJgCyvzYyJzrcsUrpG8sX/HAUGhCY08= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=P1lS9Dq49slb95FYPX7MpePyu/m153pIuWZUpcB+AE8fIcqibu0RS6sWuSsM9XfWCZ lMMXoH/i1bEVyNtmPuhVGD9dtOKklnRsXQKpYW5xyB07VB9JntTTNo8wSZ6fHjEfdZU4 XuC0Vg3uoAayhV3WvZqopaVxdWC2Zg61z8XGg= MIME-Version: 1.0 Received: by 10.210.11.17 with SMTP id 17mr15922ebk.96.1236184179012; Wed, 04 Mar 2009 08:29:39 -0800 (PST) Date: Wed, 4 Mar 2009 17:29:38 +0100 Message-ID: <671bb5fc0903040829m7c7ab79ay612868bb4260bd21@mail.gmail.com> From: Alexej Sokolov To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: uma_zone X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Mar 2009 16:29:40 -0000 how can I get the size and pointer of some allocated uma zone ? For example: zone_pack Thanx Alexej