Vmalloc help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • onsbomma

    #1

    Vmalloc help

    Hallo

    I am a student computer science on the university of Leuven, Belgium.
    For my thesis I am examining some mallocs on there working, performance
    and the ways to exploit them (double free, buffer overflow). Vmalloc
    (the one of Phong Vo) is one of the malloc I have to describe. I have
    the source code, but I was wondering if there are some pictures or
    schemes that illustrate the inner design of Vmalloc. I don't understand
    the trees.

    Thanks in advance,

    Hans
  • CBFalconer

    #2
    Re: Vmalloc help

    onsbomma wrote:[color=blue]
    >
    > I am a student computer science on the university of Leuven,
    > Belgium. For my thesis I am examining some mallocs on there
    > working, performance and the ways to exploit them (double free,
    > buffer overflow). Vmalloc (the one of Phong Vo) is one of the
    > malloc I have to describe. I have the source code, but I was
    > wondering if there are some pictures or schemes that illustrate
    > the inner design of Vmalloc. I don't understand the trees.[/color]

    I have no idea, but you are also welcome to examine nmalloc

    <http://cbfalconer.home .att.net/download/nmalloc.zip>

    --
    "If you want to post a followup via groups.google.c om, don't use
    the broken "Reply" link at the bottom of the article. Click on
    "show options" at the top of the article, then click on the
    "Reply" at the bottom of the article headers." - Keith Thompson


    Comment

    Working...