Home
last modified time | relevance | path

Searched defs:size_t (Results 1 – 6 of 6) sorted by relevance

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp264 void* hook_malloc(void* (*fn)(size_t), size_t size) in hook_malloc()
351 void* hook_valloc(void* (*fn)(size_t), size_t size) in hook_valloc()
360 void* hook_calloc(void* (*fn)(size_t, size_t), size_t number, size_t size) in hook_calloc() argument
430 void* hook_memalign(void* (*fn)(size_t, size_t), size_t align, size_t bytes) in hook_memalign() argument
439 void* hook_realloc(void* (*fn)(void*, size_t), void* ptr, size_t size) in hook_realloc() argument
622 void* hook_mmap(void*(*fn)(void*, size_t, int, int, int, off_t), in hook_mmap() argument
711 int hook_munmap(int(*fn)(void*, size_t), void* addr, size_t length) in hook_munmap() argument
/developtools/hiperf/include/
Dsymbols_file.h291 virtual size_t ReadRoMemory(uint64_t, uint8_t * const, size_t) const in ReadRoMemory() argument
/developtools/profiler/device/plugins/native_daemon/include/
Dsymbols_file.h287 virtual size_t ReadRoMemory(uint64_t, uint8_t * const, size_t) const in ReadRoMemory() argument
/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp540 int munmap(void *addr, size_t) in munmap() argument
/developtools/hiperf/src/
Dutilities.cpp857 int munmap(void *addr, size_t) in munmap() argument
/developtools/profiler/hiebpf/include/
Dvmlinux.h95 typedef __kernel_size_t size_t; typedef