Home
last modified time | relevance | path

Searched defs:allocType (Results 1 – 7 of 7) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
Dspunge_mem.c22 void *SpungeAlloc(size_t blockNum, size_t blockSize, FILLP_INT allocType) in SpungeAlloc()
48 void SpungeFree(void *p, FILLP_INT allocType) in SpungeFree()
Dmem_pool.c112 FILLP_INT allocType) in MpCreateMemPool()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
Dqueue.h28 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()
Dmem_pool.h28 FILLP_INT allocType; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
Dpixel_map_parcel.cpp40 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
Dpixel_map.cpp1066 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/
Dspunge_app.c84 struct FtSocket *SpungeAllocSock(FILLP_INT allocType) in SpungeAllocSock()