Searched defs:mallocSize (Results 1 – 5 of 5) sorted by relevance
| /developtools/profiler/device/plugins/native_hook/test/ |
| D | hook_test.c | 45 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
|
| D | hook_test.cpp | 71 char *DepthMalloc(int depth, int mallocSize) in DepthMalloc()
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | hook_standalone.cpp | 40 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
|
| D | hook_manager.cpp | 33 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/ |
| D | NativeDataExternalInterface.java | 174 String mallocSize = split[4]; in createInstance() local
|