Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> OCI :memory leak

OCI :memory leak

From: <Sylvie.Chazalet_at_laposte.net>
Date: 26 Oct 2006 14:28:04 GMT
Message-ID: <4540c5f3$0$31079$426a74cc@news.free.fr>


Hi,

Does someone knows what the parameters MalocFP, RalocFP, FreeFP really mean and have an example ?

The Oracle official documentation is not very cleared on that subject.

    rc = OCIEnvCreate ( (OCIEnv **) &p_env,

(CONST void *(*)(CONST void*,size_t))OCI_THREADED,
(CONST dvoid *) 0, // Context
(CONST void * (*)(CONST void *, size_t))0, //
MalocFP

(CONST void * (*)(CONST void *, dvoid *, size_t))0,

        // RalocFP

(CONST void (*)(CONST void *, dvoid *))0, //
FreeFP
(size_t)0,
(CONST void **)0 );

We have a problem of memory leak with OCI on oracle client 9.2.0.4 (Windows XP).

Thanks in advance for your answer.

Sylvie Received on Thu Oct 26 2006 - 09:28:04 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US