VirtualBox

Changeset 2394 in kBuild for trunk/src


Ignore:
Timestamp:
Feb 15, 2010 12:58:58 AM (15 years ago)
Author:
bird
Message:

kash: Worked around a VirtualAllocEx problem in the fork code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shheap.c

    r2308 r2394  
    9595#define SHHEAP_ALIGN(sz)        (((sz) + 31) & ~(size_t)31)
    9696#define SHHEAP_CHUNK_ALIGN(sz)  (((sz) + 0xffff) & ~(size_t)0xffff)
    97 #define SHHEAP_MIN_CHUNK        0x10000 //(1024*1024)
     97#define SHHEAP_MIN_CHUNK        0x80000 //(1024*1024)
    9898#ifdef NDEBUG
    9999# define SHHEAP_CHECK()         do { } while (0)
     
    161161        {
    162162            err = GetLastError();
    163             fprintf(stderr, "shfork: VirtualAllocEx(,%p,%p,) -> %d\n", chunk, chunk->size, err);
     163            fprintf(stderr, "shfork: VirtualAllocEx(,%p,%p,) -> %p/%d\n", chunk, chunk->size, chld_chnk, err);
    164164            break;
    165165        }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette