Edit

kc3-lang/angle/src/compiler/InitializeDll.h

Branch :

  • Show log

    Commit

  • Author : alokp@chromium.org
    Date : 2010-07-27 18:37:55
    Hash : 34b99cdf
    Message : De-allocate memory in ShFinalize(). There still seems to be a bug here if the translator is used in a multi-threaded environment. It seems memory local to only one thread is being deallocated - the thread from which ShFinalize() is called. I will look into it closely in the next CL. Review URL: http://codereview.appspot.com/1878044 git-svn-id: https://angleproject.googlecode.com/svn/trunk@353 736b8ea6-26fd-11df-bfd4-992fa37f6226

  • src/compiler/InitializeDll.h
  • //
    // Copyright (c) 2002-2010 The ANGLE Project Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style license that can be
    // found in the LICENSE file.
    //
    #ifndef __INITIALIZEDLL_H
    #define __INITIALIZEDLL_H
    
    bool InitProcess();
    bool DetachProcess();
    
    bool InitThread();
    bool DetachThread();
    
    #endif // __INITIALIZEDLL_H