OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:memalloc
(Results
1 - 25
of
36
) sorted by null
1
2
/system/core/sh/
memalloc.h
1
/* $NetBSD:
memalloc
.h,v 1.14 2003/08/07 09:05:34 agc Exp $ */
34
* @(#)
memalloc
.h 8.2 (Berkeley) 5/4/95
Android.mk
17
memalloc
.c \
memalloc.c
1
/* $NetBSD:
memalloc
.c,v 1.28 2003/08/07 09:05:34 agc Exp $ */
38
static char sccsid[] = "@(#)
memalloc
.c 8.3 (Berkeley) 5/4/95";
40
__RCSID("$NetBSD:
memalloc
.c,v 1.28 2003/08/07 09:05:34 agc Exp $");
49
#include "
memalloc
.h"
nodes.c.pat
44
#include "
memalloc
.h"
TOUR
98
MEMALLOC
.C:
Memalloc
.c defines versions of malloc and realloc
113
The folloing three macros (defined in
memalloc
.h) perform these
280
the entry on
memalloc
.c) is emptied.
arith.y
50
#include "
memalloc
.h"
output.c
68
#include "
memalloc
.h"
89
INCLUDE "
memalloc
.h"
alias.c
49
#include "
memalloc
.h"
main.c
70
#include "
memalloc
.h"
cd.c
61
#include "
memalloc
.h"
miscbltin.c
62
#include "
memalloc
.h"
nodes.c
48
#include "
memalloc
.h"
redir.c
65
#include "
memalloc
.h"
trap.c
57
#include "
memalloc
.h"
histedit.c
63
#include "
memalloc
.h"
input.c
61
#include "
memalloc
.h"
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
TestObject.cpp
165
char* mem = static_cast<char*>(browser->
memalloc
(4));
196
*value = (NPIdentifier*)browser->
memalloc
(NUM_ENUMERATABLE_TEST_IDENTIFIERS * sizeof(NPIdentifier));
/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c
121
browser->
memalloc
= (NPN_MemAllocProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->
memalloc
);
/external/webkit/Source/WebCore/plugins/symbian/
PluginPackageSymbian.cpp
126
m_browserFuncs.
memalloc
= NPN_MemAlloc;
/frameworks/base/tests/BrowserTestPlugin/jni/event/
EventPlugin.cpp
120
char* beginMem = (char*)browser->
memalloc
(totalLength);
/external/webkit/Source/WebCore/plugins/
npfunctions.h
136
NPN_MemAllocProcPtr
memalloc
;
member in struct:_NPNetscapeFuncs
PluginPackage.cpp
299
m_browserFuncs.
memalloc
= NPN_MemAlloc;
/external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm
447
browserFuncs.
memalloc
= (NPN_MemAllocProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_MemAlloc);
560
browserFuncs.
memalloc
= NPN_MemAlloc;
/development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp
445
void* stringMem = browser->
memalloc
(strlen(jsString));
/external/webkit/Source/WebCore/plugins/android/
PluginPackageAndroid.cpp
152
funcs->
memalloc
= NPN_MemAlloc;
Completed in 569 milliseconds
1
2