From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 31 02:42:52 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2956E453; Thu, 31 Jul 2014 02:42:52 +0000 (UTC) Received: from mail-vc0-x22d.google.com (mail-vc0-x22d.google.com [IPv6:2607:f8b0:400c:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C8F1026DC; Thu, 31 Jul 2014 02:42:51 +0000 (UTC) Received: by mail-vc0-f173.google.com with SMTP id hy10so3273432vcb.4 for ; Wed, 30 Jul 2014 19:42:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=si0dBY5juOJ1tPF1DGvuI3q+fK9qKou+YvX6BbcV1ww=; b=YnHQst2j4arX7rDu8eWaOObgtdAF7k7A0exBq7mg1FVTTA35W9+pS/FHkAsj2moTrE Oh/CjsOx0FKbSmJCV/JByTOXMBRKTcPCIv6wTEPMSKIdNY1AHvyPSsyjufHwfk98zxTo VbgEdkJhgREq8n9/81n2UZpGCuHW43/jT1uhdPq555/fb/DNO8SWf62gPwjfA91ogXQ4 zpMZCYRZM7ZIC95wT0tvUPezNuH9dhcV+ror1gs2wsvrbhX729Mz5dOuRxC351WQEMNr fQDWRIxnaoAPsBAjA1gOT7d5JfJr3J8gh3tl0ok5N+yjN3iFnVACcfmrqy3OBpiM42er 5Hmg== MIME-Version: 1.0 X-Received: by 10.52.61.164 with SMTP id q4mr5473823vdr.89.1406774570830; Wed, 30 Jul 2014 19:42:50 -0700 (PDT) Received: by 10.220.192.68 with HTTP; Wed, 30 Jul 2014 19:42:50 -0700 (PDT) In-Reply-To: <53D9A6F0.3030303@freebsd.org> References: <53D8FB5D.2060509@freebsd.org> <53D9A6F0.3030303@freebsd.org> Date: Wed, 30 Jul 2014 22:42:50 -0400 Message-ID: Subject: Re: Allocation/free history From: suresh gumpula To: Julian Elischer X-Mailman-Approved-At: Thu, 31 Jul 2014 04:24:36 +0000 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: "freebsd-hackers@freebsd.org" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2014 02:42:52 -0000 Its NETAPP :-) On Wed, Jul 30, 2014 at 10:16 PM, Julian Elischer wrote: > On 7/31/14, 12:05 AM, suresh gumpula wrote: > > Hi Julian, > Its our proprietary OS called Simple kernel and yes its in the kernel > space allocator. > > > who is "our"? > :-) > > > > Thanks > Suresh > > > On Wed, Jul 30, 2014 at 10:04 AM, Julian Elischer > wrote: > >> On 7/29/14, 1:40 AM, suresh gumpula wrote: >> >>> Hi, >>> Knowing the PC of an allocation is very usefull in debugging. Having >>> the >>> PC hash table and storing the pc hash either with an object itself( at >>> the >>> end) or allocate an exra structure to hold the >>> hash index help us find out who/where an object was allocated. We >>> already have something like this in our own operating system and has >>> been a >>> useful thing in debugging. >>> >> >> what OS is that? >> >> I assume you are talking about in the kernel? >> >> > >