OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:memory_pool
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/gallium/drivers/r300/compiler/
memory_pool.h
37
struct
memory_pool
{
struct
45
void memory_pool_init(struct
memory_pool
* pool);
46
void memory_pool_destroy(struct
memory_pool
* pool);
47
void * memory_pool_malloc(struct
memory_pool
* pool, unsigned int bytes);
radeon_list.h
31
struct
memory_pool
;
39
struct rc_list * rc_list(struct
memory_pool
* pool, void * item);
memory_pool.c
23
#include "
memory_pool
.h"
38
void memory_pool_init(struct
memory_pool
* pool)
40
memset(pool, 0, sizeof(struct
memory_pool
));
44
void memory_pool_destroy(struct
memory_pool
* pool)
53
static void refill_pool(struct
memory_pool
* pool)
71
void * memory_pool_malloc(struct
memory_pool
* pool, unsigned int bytes)
radeon_list.c
33
#include "
memory_pool
.h"
35
struct rc_list * rc_list(struct
memory_pool
* pool, void * item)
radeon_compiler.h
28
#include "
memory_pool
.h"
45
struct
memory_pool
Pool;
radeon_dataflow.c
476
struct
memory_pool
* pool,
491
struct
memory_pool
* pool,
503
struct
memory_pool
* pool,
Completed in 67 milliseconds