Searched defs:allocType (Results 1 – 7 of 7) sorted by relevance
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
| D | spunge_mem.c | 22 void *SpungeAlloc(size_t blockNum, size_t blockSize, FILLP_INT allocType) in SpungeAlloc() 48 void SpungeFree(void *p, FILLP_INT allocType) in SpungeFree()
|
| D | mem_pool.c | 112 FILLP_INT allocType) in MpCreateMemPool()
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
| D | queue.h | 28 FILLP_INT allocType; member 89 static __inline void FillpQueueInit(FillpQueue *q, char *name, size_t size, FILLP_INT allocType) in FillpQueueInit() 99 static __inline FillpQueue *FillpQueueCreate(char *name, size_t size, FILLP_INT allocType) in FillpQueueCreate()
|
| D | mem_pool.h | 28 FILLP_INT allocType; member
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
| D | pixel_map_parcel.cpp | 40 void PixelMapParcel::ReleaseMemory(AllocatorType allocType, void *addr, void *context, uint32_t siz… in ReleaseMemory() 77 AllocatorType allocType = static_cast<AllocatorType>(data.ReadInt32()); in CreateFromParcel() local
|
| D | pixel_map.cpp | 1066 void PixelMap::ReleaseMemory(AllocatorType allocType, void *addr, void *context, uint32_t size) in ReleaseMemory() 1345 AllocatorType allocType = static_cast<AllocatorType>(parcel.ReadInt32()); in Unmarshalling() local
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
| D | spunge_app.c | 84 struct FtSocket *SpungeAllocSock(FILLP_INT allocType) in SpungeAllocSock()
|