OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:perm_malloc
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/include/
pub_tool_mallocfree.h
54
// VG_(
perm_malloc
) is for allocating small blocks which are
56
// VG_(
perm_malloc
) returns memory which is (at least) aligned
65
extern void* VG_(
perm_malloc
) ( SizeT nbytes, Int align );
/external/valgrind/coregrind/
pub_core_mallocfree.h
134
// See VG_(
perm_malloc
) in pub_tool_mallocfree.h for more details.
m_execontext.c
428
new_ec = VG_(
perm_malloc
)( sizeof(struct _ExeContext)
m_mallocfree.c
225
Addr perm_malloc_current; // first byte free in
perm_malloc
sb.
226
Addr perm_malloc_limit; // maximum usable byte in
perm_malloc
sb.
2603
void* VG_(
perm_malloc
) ( SizeT size, Int align )
function
[
all
...]
/external/valgrind/massif/
ms_main.c
584
// XPts are never freed, so we can use VG_(
perm_malloc
) to allocate them.
585
// Note that we cannot use VG_(
perm_malloc
) for the 'children' array, because
587
XPt* xpt = VG_(
perm_malloc
)(sizeof(XPt), vg_alignof(XPt));
[
all
...]
Completed in 232 milliseconds