OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MemoryPool
(Results
1 - 10
of
10
) sorted by null
/external/libmicrohttpd/src/microhttpd/
memorypool.h
21
* @file
memorypool
.h
38
struct
MemoryPool
;
47
struct
MemoryPool
*
57
MHD_pool_destroy (struct
MemoryPool
*pool);
72
MHD_pool_allocate (struct
MemoryPool
*pool,
94
MHD_pool_reallocate (struct
MemoryPool
*pool,
110
MHD_pool_reset (struct
MemoryPool
*pool,
memorypool.c
21
* @file
memorypool
.c
25
#include "
memorypool
.h"
50
struct
MemoryPool
86
struct
MemoryPool
*
89
struct
MemoryPool
*pool;
91
pool = malloc (sizeof (struct
MemoryPool
));
135
MHD_pool_destroy (struct
MemoryPool
*pool)
165
MHD_pool_allocate (struct
MemoryPool
*pool,
208
MHD_pool_reallocate (struct
MemoryPool
*pool,
262
MHD_pool_reset (struct
MemoryPool
*pool
[
all
...]
internal.h
579
struct
MemoryPool
*pool;
[
all
...]
/external/webrtc/webrtc/modules/audio_conference_mixer/source/
memory_pool.h
27
class
MemoryPool
31
static int32_t CreateMemoryPool(
MemoryPool
*&
memoryPool
,
37
MemoryPool
*&
memoryPool
);
43
MemoryPool
(int32_t initialPoolSize);
44
~
MemoryPool
();
50
MemoryPool
<MemoryType>::
MemoryPool
(int32_t initialPoolSize)
56
MemoryPool
<MemoryType>::~MemoryPool(
[
all
...]
audio_conference_mixer_impl.h
164
MemoryPool
<AudioFrame>* _audioFramePool;
audio_conference_mixer_impl.cc
142
MemoryPool
<AudioFrame>::CreateMemoryPool(_audioFramePool,
174
MemoryPool
<AudioFrame>::DeleteMemoryPool(_audioFramePool);
[
all
...]
/external/opencv3/modules/core/src/
cuda_stream.cpp
55
class
MemoryPool
;
68
MemoryPool
* pool;
110
///
MemoryPool
116
class
MemoryPool
119
MemoryPool
();
141
MemoryPool
::
MemoryPool
() : initialized_(false), mem_(0)
148
void
MemoryPool
::initialize(size_t stackSize, int stackCount)
160
void
MemoryPool
::initilizeImpl()
189
void
MemoryPool
::release(
[
all
...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h
1063
MemoryPool
mem_Instruction;
1064
MemoryPool
mem_CmpInstruction;
1065
MemoryPool
mem_TexInstruction;
1066
MemoryPool
mem_FlowInstruction;
1067
MemoryPool
mem_LValue;
1068
MemoryPool
mem_Symbol;
1069
MemoryPool
mem_ImmediateValue;
nv50_ir_util.h
581
class
MemoryPool
615
MemoryPool
(unsigned int size, unsigned int incr) : objSize(size),
623
~
MemoryPool
()
nv50_ir_peephole.cpp
[
all
...]
Completed in 125 milliseconds