Home
last modified time | relevance | path

Searched refs:op_pool_pos (Results 1 – 2 of 2) sorted by relevance

/external/oprofile/module/
Dop_dcache.h24 extern char * op_pool_pos;
64 char * place = op_pool_pos; in alloc_in_pool()
65 if (op_pool_pos + len + 1 >= op_pool_end) in alloc_in_pool()
69 op_pool_pos += len + 1; in alloc_in_pool()
Dop_dname.c25 char * op_pool_pos; variable
58 op_pool_pos = op_pool_start; in oprof_init_hashmap()