Ignore:
Timestamp:
Feb 28, 2009, 2:06:16 AM (16 years ago)
Author:
bird
Message:

hash: cooked our own heap on windows (for forking).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shinstance.h

    r2290 r2291  
    11/* $Id$ */
    22/** @file
    3  *
    43 * The shell instance and it's methods.
    5  *
     4 */
     5
     6/*
    67 * Copyright (c) 2007-2009  knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    78 *
     
    4344#include "shthread.h"
    4445#include "shfile.h"
     46#include "shheap.h"
    4547#include "shell.h"
    4648#include "output.h"
     
    335337char **sh_environ(shinstance *);
    336338const char *sh_gethomedir(shinstance *, const char *);
    337 
    338 /* heap */
    339 void *sh_malloc(shinstance *, size_t);
    340 void *sh_calloc(shinstance *, size_t, size_t);
    341 void *sh_realloc(shinstance *, void *, size_t);
    342 char *sh_strdup(shinstance *, const char *);
    343 void  sh_free(shinstance *, void *);
    344339
    345340/* signals */
Note: See TracChangeset for help on using the changeset viewer.