Home
last modified time | relevance | path

Searched defs:mallocSize (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/native_hook/test/
Dhook_test.c45 char *DepthMalloc(int depth, int mallocSize) in DepthMalloc()
89 void ApplyForMalloc(int mallocSize) in ApplyForMalloc()
114 void ApplyForCalloc(int mallocSize) in ApplyForCalloc()
140 void ApplyForRealloc(int mallocSize) in ApplyForRealloc()
184 int mallocSize = *(int*)param; in ThreadFuncC() local
222 int mallocSize = DEFAULT_MALLOC_SIZE; in main() local
Dhook_test.cpp71 char *DepthMalloc(int depth, int mallocSize) in DepthMalloc()
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_standalone.cpp40 void writeFrames(int type, const struct timespec& ts, void* addr, uint32_t mallocSize, in writeFrames()
89 uint32_t mallocSize = *(reinterpret_cast<uint32_t *>(tmp + sizeof(ts) + sizeof(type))); in ReadShareMemory() local
Dhook_manager.cpp33 void HookManager::writeFrames(int type, const struct timespec& ts, void* addr, uint32_t mallocSize, in writeFrames()
202 uint32_t mallocSize = *(reinterpret_cast<uint32_t *>(tmp + sizeof(ts) + sizeof(type))); in ReadShareMemory() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/memory/nativeservice/
DNativeDataExternalInterface.java174 String mallocSize = split[4]; in createInstance() local