OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MEM_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/srec/portable/src/
pmalloc.c
87
#ifndef
MEM_SIZE
89
#define
MEM_SIZE
MEM_SIZE_MB( 5 )
101
static char memBuffer[
MEM_SIZE
];
106
static psize_t memSize =
MEM_SIZE
;
119
#define NUM_MEM_BINS __NUM_MEM_BINS(
MEM_SIZE
)
167
memSize =
MEM_SIZE
;
234
return
MEM_SIZE
;
pmemfixed.c
52
defined by #define
MEM_SIZE
). This memory is used to a) create the fixed size memory pools
107
* #define
MEM_SIZE
118
#ifndef
MEM_SIZE
120
#define
MEM_SIZE
(10 * 1024 * 1024) /* 10 MBytes */
163
static char pHeap[
MEM_SIZE
];
170
static unsigned int initialHeapSize =
MEM_SIZE
;
315
/*
MEM_SIZE
has better equal the size of HEAP_MAP's block. */
316
PORT_ASSERT(
MEM_SIZE
== KS_inqmap(HEAP_MAP));
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
rtl.h
[
all
...]
Completed in 857 milliseconds