Home
last modified time | relevance | path

Searched refs:rvmalloc (Results 1 – 4 of 4) sorted by relevance

/external/oprofile/module/
Dop_util.h16 void * rvmalloc(signed long size);
Dop_util.c57 void * rvmalloc(signed long size) in rvmalloc() function
Dop_dname.c47 hash_map = rvmalloc(PAGE_ALIGN(OP_HASH_MAP_SIZE)); in oprof_init_hashmap()
/external/oprofile/
DChangeLog-2002651 * module/op_util.c (rvmalloc, rvfree): Typecasts.